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
Entities | Short Description |
---|---|
.logger.loq | log an actual message, notice its spelt with a Q, loQ, apply |
.logger.frmt | change 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: |
|
---|