Click or drag to resize

LogLevels Class

This static class knows the different possible log levels, while running Bench tasks. It helps to recognize a log level from a string.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchLogLevels

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static class LogLevels

The LogLevels type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGuessLevel
Try to recognize a known log level in the given string.
Top
Fields
  NameDescription
Public fieldStatic memberError
Only log error messages.
Public fieldStatic memberInfo
Log errors and informational messages.
Public fieldStatic memberNone
Log nothing.
Top
See Also