Rebornbuddy
Loading...
Searching...
No Matches
UpdateBuddy.Loggers Namespace Reference

Classes

interface  ILogger
class  LLogger
class  TextExtensions
class  WindowLogger

Enumerations

enum  LogLevel {
  Verbose , Debug , Information , Warning ,
  Error , None , Success
}
 Logging severity levels. Used to filter logging. More...

Enumeration Type Documentation

◆ LogLevel

Logging severity levels. Used to filter logging.

Enumerator
Verbose 

Logs with extreme detail and frequency. Enable only as a last resort when incredible spam may help investigations.

Debug 

Logs with extra detail to aid debugging and development.

Information 

Logs that communicate the general application flow to both end-users and developers.

Warning 

Logs that cover non-blocking issues with application flow.

Error 

Logs that cover blocking issues that halt application flow.

None 

Logs absolutely nothing.

Success