Logging utilities for PlutoBoard.jl

Methods

(static) exports.error(message) → {void}

Logs an error message to the console with the PlutoBoard.jl prefix
Parameters:
NameTypeDescription
messagestringThe 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:
NameTypeDescription
messagestringThe 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:
NameTypeDescription
messagestringThe warning message to be logged
Returns:
Type: 
void