Nektar++
|
Public Member Functions | |
def | __init__ (self, level=logging.NOTSET) |
def | emit (self, record) |
def | reset (self) |
Public Attributes | |
messages | |
A logging handler that just notes if any messages are logged.
Definition at line 79 of file utilities.py.
def CellMLToNektar.utilities.NotifyHandler.__init__ | ( | self, | |
level = logging.NOTSET |
|||
) |
Definition at line 83 of file utilities.py.
References CellMLToNektar.utilities.NotifyHandler.reset().
def CellMLToNektar.utilities.NotifyHandler.emit | ( | self, | |
record | |||
) |
Definition at line 87 of file utilities.py.
def CellMLToNektar.utilities.NotifyHandler.reset | ( | self | ) |
Reset the handler, as if no messages have occurred.
Definition at line 90 of file utilities.py.
References CellMLToNektar.utilities.NotifyHandler.messages.
Referenced by CellMLToNektar.utilities.NotifyHandler.__init__().
CellMLToNektar.utilities.NotifyHandler.messages |
Definition at line 88 of file utilities.py.
Referenced by CellMLToNektar.utilities.NotifyHandler.reset().