Click or drag to resize

InternalLoggerLog Method

Overload List
  NameDescription
Public methodStatic memberLog(LogLevel, FuncString)
Logs the specified message without an Exception at the specified level. messageFunc will be only called when logging is enabled for level level.
Public methodStatic memberLog(LogLevel, String)
Logs the specified message without an Exception at the specified level.
Public methodStatic memberLog(Exception, LogLevel, FuncString)
Logs the specified message with an Exception at the specified level. messageFunc will be only called when logging is enabled for level level.
Public methodStatic memberLog(Exception, LogLevel, String)
Logs the specified message with an Exception at the specified level.
Public methodStatic memberLog(LogLevel, String, Object)
Logs the specified message without an Exception at the specified level.
Public methodStatic memberLog(Exception, LogLevel, String, Object)
Logs the specified message with an Exception at the specified level.
Top
See Also