Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the different available log levels.
This is used by different loggers to set the maximum level of detail they will output.
Name | Description |
---|---|
SPXLogLevelError | Error logging level. Only errors will be logged. |
SPXLogLevelWarning | Warning logging level. Only errors and warnings will be logged. |
SPXLogLevelInfo | Informational logging level. Only errors, warnings and informational log messages will be logged. |
SPXLogLevelVerbose | Verbose logging level. All log messages will be logged. |