Click or drag to resize

LoggingRule Constructor

Overload List
  NameDescription
Public methodLoggingRule
Create an empty LoggingRule.
Public methodLoggingRule(String)
Create an empty LoggingRule.
Public methodLoggingRule(String, Target)
Create a (disabled) LoggingRule. You should call EnableLoggingForLevel(LogLevel) or EnableLoggingForLevels(LogLevel, LogLevel) to enable logging.
Public methodLoggingRule(String, LogLevel, Target)
Create a new LoggingRule with a minLevel which writes to target.
Public methodLoggingRule(String, LogLevel, LogLevel, Target)
Create a new LoggingRule with a minLevel and maxLevel which writes to target.
Top
See Also