ConsoleLoggerWarning Method (Exception, String, Object) |
Logs a message and an associated exception with severity Warning.
Namespace: Grpc.Core.LoggingAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic void Warning(
Exception exception,
string message,
params Object[] formatArgs
)
Public Sub Warning (
exception As Exception,
message As String,
ParamArray formatArgs As Object()
)
public:
virtual void Warning(
Exception^ exception,
String^ message,
... array<Object^>^ formatArgs
) sealed
abstract Warning :
exception : Exception *
message : string *
formatArgs : Object[] -> unit
override Warning :
exception : Exception *
message : string *
formatArgs : Object[] -> unit
Parameters
- exception
- Type: SystemException
[Missing <param name="exception"/> documentation for "M:Grpc.Core.Logging.ConsoleLogger.Warning(System.Exception,System.String,System.Object[])"]
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Grpc.Core.Logging.ConsoleLogger.Warning(System.Exception,System.String,System.Object[])"]
- formatArgs
- Type: SystemObject
[Missing <param name="formatArgs"/> documentation for "M:Grpc.Core.Logging.ConsoleLogger.Warning(System.Exception,System.String,System.Object[])"]
Implements
ILoggerWarning(Exception, String, Object)
See Also