Skip to content

a722d306 b195 275e 3a9c 5724c226d41e

Axel Kesseler edited this page May 11, 2021 · 1 revision

LogLevelVerboseExtension Methods

Methods

 

Name Description
Public methodStatic member Verbose(ILogger, Exception) This method writes the exception into the logger using Verbose as logging level.
Public methodStatic member Verbose(ILogger, String) This method writes the message into the logger using Verbose as logging level.
Public methodStatic member Verbose(ILogger, Exception, ValueTuple(String, Object)[]) This method writes the exception into the logger using Verbose as logging level.
Public methodStatic member Verbose(ILogger, String, Exception) This method writes the message and the exception into the logger using Verbose as logging level.
Public methodStatic member Verbose(ILogger, String, ValueTuple(String, Object)[]) This method writes the message into the logger using Verbose as logging level.
Public methodStatic member Verbose(ILogger, String, Exception, ValueTuple(String, Object)[]) This method writes the message and the exception into the logger using Verbose as logging level.
Public methodStatic member Verbose(TContext)(ILogger(TContext), Exception) This method writes the exception for current TContext into the logger using Verbose as logging level.
Public methodStatic member Verbose(TContext)(ILogger(TContext), String) This method writes the message for current TContext into the logger using Verbose as logging level.
Public methodStatic member Verbose(TScope)(ILogger, TScope, Exception) This method writes the exception for provided scope into the logger using Verbose as logging level.
Public methodStatic member Verbose(TScope)(ILogger, TScope, String) This method writes the message for provided scope into the logger using Verbose as logging level.
Public methodStatic member Verbose(TContext)(ILogger(TContext), Exception, ValueTuple(String, Object)[]) This method writes the exception for current TContext into the logger using Verbose as logging level.
Public methodStatic member 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.
Public methodStatic member Verbose(TContext)(ILogger(TContext), String, ValueTuple(String, Object)[]) This method writes the message for current TContext into the logger using Verbose as logging level.
Public methodStatic member Verbose(TScope)(ILogger, TScope, Exception, ValueTuple(String, Object)[]) This method writes the exception for provided scope into the logger using Verbose as logging level.
Public methodStatic member 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.
Public methodStatic member Verbose(TScope)(ILogger, TScope, String, ValueTuple(String, Object)[]) This method writes the message for provided scope into the logger using Verbose as logging level.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
Public methodStatic member 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.
  Back to Top

See Also

Reference

LogLevelVerboseExtension Class
Plexdata.LogWriter.Extensions Namespace

Clone this wiki locally