Enum LogLevel
- Namespace
- Ofs
- Assembly
- Ofs.Api.dll
Severity of a host log message written via Log(LogLevel, string).
public enum LogLevel
Fields
Trace = 0Finest-grained diagnostic detail.
Debug = 1Developer-facing diagnostic information.
Info = 2Normal informational message.
Warning = 3A recoverable problem worth attention.
Error = 4A failure.