FilterLog is a utility class that controls the level of logging generated by UNET clients and servers.
currentLogLevel | The current logging level that UNET is running with. |
Debug | Setting LogFilter.currentLogLevel to this will enable verbose debug logging. |
Error | Setting LogFilter.currentLogLevel to this will error and above messages. |
Info | Setting LogFilter.currentLogLevel to this will log only info and above messages. This is the default level. |
logDebug | Checks if debug logging is enabled. |
logError | Checks if error logging is enabled. |
logInfo | Checks if info level logging is enabled. |
logWarn | Checks if wanring level logging is enabled. |
Warn | Setting LogFilter.currentLogLevel to this will log wanring and above messages. |