Table of Contents

Enum LogLevel

Namespace
Ofs
Assembly
Ofs.Api.dll

Severity of a host log message written via Log(LogLevel, string).

public enum LogLevel

Fields

Trace = 0

Finest-grained diagnostic detail.

Debug = 1

Developer-facing diagnostic information.

Info = 2

Normal informational message.

Warning = 3

A recoverable problem worth attention.

Error = 4

A failure.