-
Notifications
You must be signed in to change notification settings - Fork 0
a722d306 b195 275e 3a9c 5724c226d41e
Axel Kesseler edited this page May 11, 2021
·
1 revision
Name | Description | |
---|---|---|
Verbose(ILogger, Exception) | This method writes the exception into the logger using Verbose as logging level. | |
Verbose(ILogger, String) | This method writes the message into the logger using Verbose as logging level. | |
Verbose(ILogger, Exception, ValueTuple(String, Object)[]) | This method writes the exception into the logger using Verbose as logging level. | |
Verbose(ILogger, String, Exception) | This method writes the message and the exception into the logger using Verbose as logging level. | |
Verbose(ILogger, String, ValueTuple(String, Object)[]) | This method writes the message into the logger using Verbose as logging level. | |
Verbose(ILogger, String, Exception, ValueTuple(String, Object)[]) | This method writes the message and the exception into the logger using Verbose as logging level. | |
Verbose(TContext)(ILogger(TContext), Exception) | This method writes the exception for current TContext into the logger using Verbose as logging level. | |
Verbose(TContext)(ILogger(TContext), String) | This method writes the message for current TContext into the logger using Verbose as logging level. | |
Verbose(TScope)(ILogger, TScope, Exception) | This method writes the exception for provided scope into the logger using Verbose as logging level. | |
Verbose(TScope)(ILogger, TScope, String) | This method writes the message for provided scope into the logger using Verbose as logging level. | |
Verbose(TContext)(ILogger(TContext), Exception, ValueTuple(String, Object)[]) | This method writes the exception for current TContext into the logger using Verbose as logging level. | |
Verbose(TContext)(ILogger(TContext), String, Exception) | This method writes the message and the exception for current TContext into the logger using Verbose as logging level. | |
Verbose(TContext)(ILogger(TContext), String, ValueTuple(String, Object)[]) | This method writes the message for current TContext into the logger using Verbose as logging level. | |
Verbose(TScope)(ILogger, TScope, Exception, ValueTuple(String, Object)[]) | This method writes the exception for provided scope into the logger using Verbose as logging level. | |
Verbose(TScope)(ILogger, TScope, String, Exception) | This method writes the message and the exception for provided scope into the logger using Verbose as logging level. | |
Verbose(TScope)(ILogger, TScope, String, ValueTuple(String, Object)[]) | This method writes the message for provided scope into the logger using Verbose as logging level. | |
Verbose(TContext)(ILogger(TContext), String, Exception, ValueTuple(String, Object)[]) | This method writes the message and the exception for current TContext into the logger using Verbose as logging level. | |
Verbose(TScope)(ILogger, TScope, String, Exception, ValueTuple(String, Object)[]) | This method writes the message and the exception for provided scope into the logger using Verbose as logging level. | |
Verbose(TContext, TScope)(ILogger(TContext), TScope, Exception) | This method writes the exception for current TContext taking provided scope into the logger using Verbose as logging level. | |
Verbose(TContext, TScope)(ILogger(TContext), TScope, String) | This method writes the message for current TContext taking provided scope into the logger using Verbose as logging level. | |
Verbose(TContext, TScope)(ILogger(TContext), TScope, Exception, ValueTuple(String, Object)[]) | This method writes the exception for current TContext taking provided scope into the logger using Verbose as logging level. | |
Verbose(TContext, TScope)(ILogger(TContext), TScope, String, Exception) | This method writes the message and the exception for current TContext taking provided scope into the logger using Verbose as logging level. | |
Verbose(TContext, TScope)(ILogger(TContext), TScope, String, ValueTuple(String, Object)[]) | This method writes the message for current TContext taking provided scope into the logger using Verbose as logging level. | |
Verbose(TContext, TScope)(ILogger(TContext), TScope, String, Exception, ValueTuple(String, Object)[]) | This method writes the message and the exception for current TContext taking provided scope into the logger using Verbose as logging level. |
LogLevelVerboseExtension Class
Plexdata.LogWriter.Extensions Namespace