Click or drag to resize

InternalLoggerError Method

Overload List
  NameDescription
Public methodStatic memberError(String)
Logs the specified message without an Exception at the Error level.
Public methodStatic memberError(Exception, String)
Logs the specified message with an Exception at the Error level.
Public methodStatic memberError(String, Object)
Logs the specified message without an Exception at the Error level.
Public methodStatic memberErrorTArgument1(String, TArgument1)
Logs the specified message without an Exception at the Trace level.
Public methodStatic memberError(Exception, String, Object)
Logs the specified message with an Exception at the Error level.
Public methodStatic memberErrorTArgument1, TArgument2(String, TArgument1, TArgument2)
Logs the specified message without an Exception at the Trace level.
Public methodStatic memberErrorTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3)
Logs the specified message without an Exception at the Trace level.
Top
See Also