Click or drag to resize

Log Class

Supports logging of messages.
Inheritance Hierarchy
SystemObject
  NovaLog

Namespace:  Nova
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class Log

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
Fields
  NameDescription
Public fieldStatic memberLogLevel
Determines if detail log messages are created.
Top
See Also