Skip to content

d21dc15d 09d3 8fa8 c7a5 68eec3664d26

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

LogLevelTraceExtension Methods

Methods

 

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

See Also

Reference

LogLevelTraceExtension Class
Plexdata.LogWriter.Extensions Namespace

Clone this wiki locally