Click or drag to resize

Logger Methods

The Logger type exposes the following members.

Methods
 NameDescription
Public methodStatic memberLog(String) Log a message with no category or context data.
Public methodStatic memberLog(String, String) Log a message with a category, but no context data.
Public methodStatic memberLog(String, String, Object) Log a message with a category and context data (e.g. an Exception, a Visual, etc).
Top
See Also