Describes the severity of a log message.
Namespace:
Gallio.Runtime.LoggingAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public enum LogSeverity |
| Visual Basic (Declaration) |
|---|
Public Enumeration LogSeverity |
Members
| Member name | Description | |
|---|---|---|
| Debug |
The severity used for debug messages.
| |
| Info |
The severity used for informational messages.
| |
| Important |
The severity used for important messages.
| |
| Warning |
The severity used for warning messages.
| |
| Error |
The severity used for error messages.
| |
| Format |
Formats an object using the default IFormatter.
| |
| Format |
Formats an object using the specified IFormatter.
|
