Critical log level.
Default behavior is a console.warn.
Debug Log level.
Default behavior is a console.log.
Information log level.
Default behavior is a console.log.
Required log level.
Log items on this type cannot be overridden, nor discarded.
Behavior is a console.log.
A message is outputted when a disposed object is used.
Default behavior is a console.log.
Warning log level.
Default behavior is a console.warn.
The LogLevel enumeration lists the available log levels to be use with the InfiniteApiControllerInterface.
Adding a log item is done with a criticality, and if the current log level (as set by InfiniteApiControllerInterface.setLogLevel) is strictly superior to the criticality of the log item, the log item is discarded.
You may also install a custom log behavior on a specific criticality with InfiniteApiControllerInterface.setLogLevelBehavior.
The default log level is LL_UsingDisposedObject.
See
InfiniteApiControllerInterface.setLogLevel