#include <client.h>
Definition at line 1556 of file client.h.
◆ level
const char* mpv_event_log_message::level |
◆ log_level
The same contents as the level field, but as a numeric ID.
Since API version 1.6.
Definition at line 1579 of file client.h.
◆ prefix
const char* mpv_event_log_message::prefix |
The module prefix, identifies the sender of the message.
As a special case, if the message buffer overflows, this will be set to the string "overflow" (which doesn't appear as prefix otherwise), and the text field will contain an informative message.
Definition at line 1563 of file client.h.
◆ text
const char* mpv_event_log_message::text |
The log message.
It consists of 1 line of text, and is terminated with a newline character. (Before API version 1.6, it could contain multiple or partial lines.)
Definition at line 1574 of file client.h.
The documentation for this struct was generated from the following file:
- mpv-dev-x86_64-20200718/include/client.h