Methods
(static) exports.error(message) → {void}
Logs an error message to the console with the PlutoBoard.jl prefix
Parameters:
Name | Type | Description |
---|---|---|
message | string | The error message to be logged |
Returns:
- Type:
- void
(static) exports.info(message) → {void}
Logs an informational message to the console with the PlutoBoard.jl prefix
Parameters:
Name | Type | Description |
---|---|---|
message | string | The message to be logged |
Returns:
- Type:
- void
(static) exports.warn(message) → {void}
Logs a warning message to the console with the PlutoBoard.jl prefix
Parameters:
Name | Type | Description |
---|---|---|
message | string | The warning message to be logged |
Returns:
- Type:
- void