Click or drag to resize
ILoggerInfo Method
Logs a message with severity Info.

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

Parameters

message
Type: SystemString

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

formatArgs
Type: SystemObject

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

See Also