Skip to main content

LogEventLevel Enumeration

Specifies the meaning and relative importance of a log event.

Definition

Namespace: Avalonia.Logging
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum LogEventLevel
View Source

Members

Verbose0Anything and everything you might want to know about a running block of code.
Debug1Internal system events that aren't necessarily observable from the outside.
Information2The lifeblood of operational intelligence - things happen.
Warning3Service is degraded or endangered.
Error4Functionality is unavailable, invariants are broken or data is lost.
Fatal5If you have a pager, it goes off when one of these occurs.

See Also

Reference

Avalonia.Logging Namespace