Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
Logger Member List

This is the complete list of members for Logger, including all inherited members.

addOutput(ILogOutput *out)Logger
addOutput(ILogOutput *out, LogLevel lev)Logger
addOutputMasked(ILogOutput *out, LogLevelMask mask)Logger
addOutputMaxLevel(ILogOutput *out, LogLevel lev)Logger
color_modeLoggerstatic
deregisterThread()Logger
getLevelLabel(LogLevel lev)Loggerstatic
getThreadName()Loggerprivate
hasOutput(LogLevel level)Loggerinline
log(LogLevel lev, const std::string &text)Logger
logRaw(LogLevel lev, const std::string &text)Logger
logToOutputs(LogLevel, const std::string &combined, const std::string &time, const std::string &thread_name, const std::string &payload_text)Loggerprivate
logToOutputsRaw(LogLevel, const std::string &line)Loggerprivate
m_has_outputsLoggerprivate
m_mutexLoggermutableprivate
m_outputsLoggerprivate
m_silenced_levelsLoggerprivate
m_thread_namesLoggerprivate
registerThread(const std::string &name)Logger
removeOutput(ILogOutput *out)Logger
setLevelSilenced(LogLevel lev, bool silenced)Logger
stringToLevel(const std::string &name)Loggerstatic