ForceBalance API
1.3
Automated optimization of force fields and empirical potentials
|
Exactly like output.StreamHandler except it does no extra formatting before sending logging messages to the stream. More...
Public Member Functions | |
def | __init__ (self, stream=sys.stdout) |
def | emit (self, record) |
Exactly like output.StreamHandler except it does no extra formatting before sending logging messages to the stream.
This is more compatible with how output has been displayed in ForceBalance. Default stream has also been changed from stderr to stdout
Definition at line 202 of file molecule.py.
def src.molecule.RawStreamHandler.__init__ | ( | self, | |
stream = sys.stdout |
|||
) |
Definition at line 203 of file molecule.py.
def src.molecule.RawStreamHandler.emit | ( | self, | |
record | |||
) |
Definition at line 206 of file molecule.py.