Logs a message at Debug level.
The message to log
Values to replace any substitution strings in message
Logs a message at Error level.
The message to log
Values to replace any substitution strings in message
Logs a message at Information level.
The message to log
Values to replace any substitution strings in message
Logs a message at Warning level.
The message to log
Values to replace any substitution strings in message
Generated using TypeDoc
Provides logging services for a script.
Access the logger through the global
logger
object.NOTE: In a local test environment, the logger writes to the normal JavaScript console. In the real Brigade runtime environment, a levelled logger is used which responds appropriately to the configured level.