![]() |
ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
This logger starts out with a default handler that writes to stdout addHandler removes this default the first time another handler is added. More...
Public Member Functions | |
| def | __init__ (self, name) |
| def | addHandler (self, hdlr) |
| def | removeHandler (self, hdlr) |
Public Attributes | |
| defaultHandler | |
| propagate | |
This logger starts out with a default handler that writes to stdout addHandler removes this default the first time another handler is added.
This is used for forcebalance package level logging, where a logger should always be present unless otherwise specified. To silence, add a NullHandler We also by default set the log level to INFO (logging.Logger starts at WARNING)
| def src.output.ForceBalanceLogger.addHandler | ( | self, | |
| hdlr | |||
| ) |
| def src.output.ForceBalanceLogger.removeHandler | ( | self, | |
| hdlr | |||
| ) |
1.8.13