aubio_log_level class abstract

list of logging levels

Constructors

aubio_log_level()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

AUBIO_LOG_DBG → const int
< debug messages
AUBIO_LOG_ERR → const int
< critical errors
AUBIO_LOG_INF → const int
< infos
AUBIO_LOG_LAST_LEVEL → const int
< number of valid levels
AUBIO_LOG_MSG → const int
< general messages
AUBIO_LOG_WRN → const int
< warnings