Skip to content

c9eec9fa d5de db7d 4f62 7deadaa21c6c

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

LogLevelTraceExtension.Trace Method

Overload List

 

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(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(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(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(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(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(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(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(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, 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