Logs an error message.
Logs an warning message.
Logs a debug message. Will be shown if debug messages are enabled.
Enables/disables debug log messages.
Debug log messages contain detailed debug information about the client and communication with the server.
Enables/disables info log messages.
Info log messages contain information about the client and communication with the server.
Logs an info message. Will be shown if info messages are enabled.
Generated using TypeDoc
The logger used in CEETRON Envision for Web (EnvisionWeb)
Static class for controlling the log output from EnvisionWeb, and for logging within the client app.
Use the enableInfo function to turn on/off info logging from EnvisionWeb.
Use the enableDebug function to turn on/off debug logging from EnvisionWeb.
These should only be used for debugging and should be disabled in a production environment.