vrLogTypes

class vrLogTypes
class Level

Defines the logging level.

Error

Only errors will be output.

Warning

Warnings and Errors will be output.

Info

Info, Warnings and Errors will be output.

class LogType

Defines which message will be logged.

Error
Warning
Info
ErrorWarning

Predefined combination for Errors and Warnings.

ErrorInfo

Predefined combination for Errors and Infos.

WarningInfo

Predefined combination for Warnings and Infos.

ErrorWarningInfo

Predefined combination for Error, Warnings and Infos.

All

Predefined setting for all existing types.