An NDoc Documented Class Library

Logger Properties

The properties of the Logger class are listed below. For a complete list of Logger class members, see the Logger Members topic.

Public Static Properties

CurrentLevel Set all loggers to this level
LogToConsole If this property is true then logs will be written to the console.
LogToTrace If this property is true then logs will be written using Trace.
PrimaryLogFile The primary log file is simply the first file appender that has been added to the logger.
ShowClassNamesIf true then class-names will be shown in log.
ShowTimestampIf true then timestamps will be shown in log.

Public Instance Properties

DebugEnabled Is debug logging enabled?
InfoEnabled Is info logging enabled for the supplied level?

See Also

Logger Class | EnterpriseDT.Util.Debug Namespace