ILoggerError Method (String, Object) |
Logs a message with severity Error.
Namespace: Grpc.Core.LoggingAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxvoid Error(
string message,
params Object[] formatArgs
)
Sub Error (
message As String,
ParamArray formatArgs As Object()
)
void Error(
String^ message,
... array<Object^>^ formatArgs
)
abstract Error :
message : string *
formatArgs : Object[] -> unit
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Grpc.Core.Logging.ILogger.Error(System.String,System.Object[])"]
- formatArgs
- Type: SystemObject
[Missing <param name="formatArgs"/> documentation for "M:Grpc.Core.Logging.ILogger.Error(System.String,System.Object[])"]
See Also