yade.log module

Access and manipulation of log4cxx loggers.

yade.log.loadConfig((str)fileName) → None

Load configuration from file (log4cxx::PropertyConfigurator::configure)

yade.log.setLevel((str)logger, (int)level) → None

Set minimum severity level (constants TRACE, DEBUG, INFO, WARN, ERROR, FATAL) for given logger. Leading ‘yade.’ will be appended automatically to the logger name; if logger is ‘’, the root logger ‘yade’ will be operated on.

Previous topic

yade.linterpolation module

Next topic

yade.pack module

This Page