LibMuse 6.0.3
com.choosemuse.libmuse.Severity Enum Reference

Public Attributes

 SEV_VERBOSE
 
 SEV_INFO
 
 SEV_WARN
 
 SEV_ERROR
 
 SEV_FATAL
 
 SEV_DEBUG
 
 TOTAL
 

Detailed Description

The log message severity.

Member Data Documentation

§ SEV_DEBUG

com.choosemuse.libmuse.Severity.SEV_DEBUG

Debug-only logs. These are only interesting to developers trying to track down problems in the library.

§ SEV_ERROR

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.

§ SEV_FATAL

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.

§ SEV_INFO

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.)

§ SEV_VERBOSE

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.

§ SEV_WARN

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.)

§ TOTAL

com.choosemuse.libmuse.Severity.TOTAL

Enum size sentinel; not an actual severity.


The documentation for this enum was generated from the following file: