mpv_log_level class abstract

Numeric log levels. The lower the number, the more important the message is. MPV_LOG_LEVEL_NONE is never used when receiving messages. The string in the comment after the value is the name of the log level as used for the mpv_request_log_messages() function. Unused numeric values are unused, but reserved for future use.

Constructors

mpv_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

MPV_LOG_LEVEL_DEBUG → const int
"v" - noisy informational message
MPV_LOG_LEVEL_ERROR → const int
"fatal" - critical/aborting errors
MPV_LOG_LEVEL_FATAL → const int
"no" - disable absolutely all messages
MPV_LOG_LEVEL_INFO → const int
"warn" - possible problems
MPV_LOG_LEVEL_NONE → const int
MPV_LOG_LEVEL_TRACE → const int
"debug" - very noisy technical information
MPV_LOG_LEVEL_V → const int
"info" - informational message
MPV_LOG_LEVEL_WARN → const int
"error" - simple errors