LogVerbosity
Description
Enumeration of log verbosity levels.
Higher ordinal numbers mean than more messages are output.
Public / Constants
Fatal
A fatal error has occurred.
The application cannot continue execution after a fatal error has occurred.
Error
An error has occurred.
The applications proper function is limited due to the error that has occurred, but it can continue execution.
Warning
A potential error has occurred.
The application has encountered a situation which might cause errors, but it can continue execution without limitations.
Common
The application reports status messages about its normal operation.
Log messages of this verbosity should be rare and concise. They should represent what the application is doing on a coarse-grained level.
Info
The application reports additional information messages about its normal operation.
Log messages of this verbosity should represent what the application is doing on a fine-grained level.