assigns a single log to a log box and imitates the behavior of LogMethods.log
Optionalmessage: unknownassigns a single 'warn' level log to a log box
'warn' and is shown wherever the module reaches 'warn', even where the
box itself is hiddenOptionalmessage: unknownassigns a single 'info' level log to a log box
'info' and is shown wherever the module reaches 'info', even where the
box itself is hiddenOptionalmessage: unknownassigns a single 'debug' level log to a log box
'debug' and is shown wherever the module reaches 'debug', which is the
last level, so a box at any level can hold oneOptionalmessage: unknowncloses an opened log box and imitates the behavior of LogMethods.log
Optionalmessage: unknownassigns an error log to a log box and imitates the behavior of LogMethods.error
a direct shortcut for Loxer.of(...).error(new NamedError(name, message)) - see
LogMethods.namedError
Methods returned from the LogMethods.of method