Public Attributes | |
SEV_VERBOSE | |
SEV_INFO | |
SEV_WARN | |
SEV_ERROR | |
SEV_FATAL | |
SEV_DEBUG | |
TOTAL | |
The log message severity.
com.choosemuse.libmuse.Severity.SEV_DEBUG |
Debug-only logs. These are only interesting to developers trying to track down problems in the library.
com.choosemuse.libmuse.Severity.SEV_ERROR |
Error logs. These messages indicate that something has gone wrong – for instance, a connection terminated unexpectedly or a corrupted packet was received.
com.choosemuse.libmuse.Severity.SEV_FATAL |
Fatal logs. These are sent when the library is in a completely unrecoverable state from which the only reasonable outcome is termination of the running process. The process will be aborted as soon as the log handler returns.
com.choosemuse.libmuse.Severity.SEV_INFO |
Informational logs. These messages are sent when significant but expected events happen (e.g. a connection started or was completed successfully.)
com.choosemuse.libmuse.Severity.SEV_VERBOSE |
Verbose logs. These provide lots of details that are probably irrelevant except for tracing or debugging problems with the headband or library.
com.choosemuse.libmuse.Severity.SEV_WARN |
Warning logs. These messages indicate that something out of the ordinary but recoverable happened (e.g. a connection attempt failed but will be retried automatically.)
com.choosemuse.libmuse.Severity.TOTAL |
Enum size sentinel; not an actual severity.