Click or drag to resize

Log Methods

The Log type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDetailWriteLine
Log a message if detailed logging is enabled.
Public methodStatic memberException
Log an exception (also returns the generic message that was logged).
Public methodStatic memberSetLogWriteLineCallback
Set the callback method that gets called for each log entry.
Public methodStatic memberWriteLine
Log a message, with an optional tooltip to display detailed information in a UI.
Top
See Also