![]() |
MySQL 9.5.0
Source Code Documentation
|
This is the complete list of members for PSI_LogRecord, including all inherited members.
| add_attribute_bool(const char *name, bool value) | PSI_LogRecord | inline |
| add_attribute_double(const char *name, double value) | PSI_LogRecord | inline |
| add_attribute_string(const char *name, const char *value) | PSI_LogRecord | inline |
| add_attribute_string_view(const char *name, const char *value, size_t len) | PSI_LogRecord | inline |
| add_attribute_uint64(const char *name, uint64_t value) | PSI_LogRecord | inline |
| check_enabled() const | PSI_LogRecord | inline |
| emit() | PSI_LogRecord | inline |
| m_attr_count | PSI_LogRecord | protected |
| m_attrs | PSI_LogRecord | protected |
| m_level | PSI_LogRecord | protected |
| m_logger_key | PSI_LogRecord | protected |
| m_message | PSI_LogRecord | protected |
| m_psi | PSI_LogRecord | protected |
| PSI_LogRecord(PSI_logger_key key, OTELLogLevel level, const char *message) | PSI_LogRecord | inline |