Skip to content

a5bf8702 095e c318 0915 e7108e874716

Axel Kesseler edited this page May 11, 2021 · 2 revisions

MailLogger(TContext).Write Method

Overload List

 

Name Description
Public method Write(LogLevel, Exception) This method writes the exception into the logging target using provided logging level.
Public method Write(LogLevel, String) This method writes the message into the logging target using provided logging level.
Public method Write(TScope)(TScope, LogLevel, Exception) This method writes the exception for provided scope into the logging target using provided logging level.
Public method Write(TScope)(TScope, LogLevel, String) This method writes the message for provided scope into the logging target using provided logging level.
Public method Write(LogLevel, Exception, ValueTuple(String, Object)[]) This method writes the exception into the logging target using provided logging level.
Public method Write(LogLevel, String, Exception) This method writes the message as well as the exception into the logging target using provided logging level.
Public method Write(LogLevel, String, ValueTuple(String, Object)[]) This method writes the message into the logging target using provided logging level.
Public method Write(TScope)(TScope, LogLevel, Exception, ValueTuple(String, Object)[]) This method writes the exception for provided scope into the logging target using provided logging level.
Public method Write(TScope)(TScope, LogLevel, String, Exception) This method writes the message as well as the exception for provided scope into the logging target using provided logging level.
Public method Write(TScope)(TScope, LogLevel, String, ValueTuple(String, Object)[]) This method writes the message for provided scope into the logging target using provided logging level.
Public method Write(LogLevel, String, Exception, ValueTuple(String, Object)[]) This method writes the message as well as the exception into the logging target using provided logging level.
Public method Write(TScope)(TScope, LogLevel, String, Exception, ValueTuple(String, Object)[]) This method writes the message as well as the exception for provided scope into the logging target using provided logging level.
Protected method Write(LogLevel, String, String, String, Exception, ValueTuple(String, Object)[]) This method writes a logging message. (Inherited from MailLoggerBase.)
  Back to Top

See Also

Reference

MailLogger(TContext) Class
Plexdata.LogWriter.Logging Namespace

Clone this wiki locally