Skip to content

75109e77 51bf 1108 7c65 19f795a37202

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

LogLevelErrorExtension.Error Method

Overload List

 

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

See Also

Reference

LogLevelErrorExtension Class
Plexdata.LogWriter.Extensions Namespace

Clone this wiki locally