mill

mill.configurators = {'classic': <function configure at 0x3c04d70>}

Configurators registered for use with the mill.configure() function.

mill.configure(configurator='classic', *args, **kw)[source]

Configure Mill using configurator.

Will call registered configuration function matching the configurator name with args, and kw.

mill.levels = ['debug', 'info', 'warning', 'error']

Log levels ordered by severity. Do not rely on the index of the level name

mill.root = <mill.handler.distribute.Distribute object at 0x3c24110>

Top level handler responsible for relaying all logs to other handlers.

Project Versions

Previous topic

Reference

Next topic

log

This Page