Click or drag to resize
ILoggerError Method (Exception, String, Object)
Logs a message and an associated exception with severity Error.

Namespace: Grpc.Core.Logging
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
void Error(
	Exception exception,
	string message,
	params Object[] formatArgs
)

Parameters

exception
Type: SystemException

[Missing <param name="exception"/> documentation for "M:Grpc.Core.Logging.ILogger.Error(System.Exception,System.String,System.Object[])"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Grpc.Core.Logging.ILogger.Error(System.Exception,System.String,System.Object[])"]

formatArgs
Type: SystemObject

[Missing <param name="formatArgs"/> documentation for "M:Grpc.Core.Logging.ILogger.Error(System.Exception,System.String,System.Object[])"]

See Also