logging to disk/table/console a logger based on java's, including handlers,filters,formatters. But note there is only one gloal logger. handlers - are notified when a logging event occurs formatters - convert a logrecord into a string filters - restrict what messages are actually logged . example: .logger.info["myClass";"err txt message"]

Entity Summary

EntitiesShort Description
.logger.loqlog an actual message, notice its spelt with a Q, loQ, apply
.logger.frmtchange any arg passed in, into a string

Entity Details

.logger.loq

log an actual message, notice its spelt with a Q, loQ, apply all handlers to this latest log entry

Parameters:
  • message - - the message to log
  • level - - a logger.levels symbol, in order (higher priority first) `SEVERE`WARNING`INFO`CONFIG`FINE`FINER`FINEST
  • class - - a string describing the class/namespace the logging is occuring in