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

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

Parameters

exception
Type: SystemException

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

message
Type: SystemString

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

formatArgs
Type: SystemObject

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

See Also