Click or drag to resize
ILoggerWarning Method (String, Object)
Logs a message with severity Warning.

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

Parameters

message
Type: SystemString

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

formatArgs
Type: SystemObject

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

See Also