| ||||
SummarySablotron writes error and warning messages to stderr, and does no logging by default, but this behavior can be changed. | ||||
DescriptionThe name of the log file to be used can be specified withSablotSetLog . Besides, you can use SablotRegHandler
to override the default message handling. The handler you register
will receive all messages in a structured form that's easy to process
and filter. For details, see .Handlers .
| ||||
See Also
|