UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
util::log::LogConfig Member List

This is the complete list of members for util::log::LogConfig, including all inherited members.

AddLogger(const std::string &logger_name, std::unique_ptr< ILogger > logger)util::log::LogConfig
AddLogger(const std::string &logger_name, LogType type, const std::vector< std::string > &arg_list)util::log::LogConfig
AddLogMessage(const LogMessage &message) constutil::log::LogConfig
ApplicationName(const std::string &app_name)util::log::LogConfiginline
ApplicationName()util::log::LogConfiginline
BaseName(const std::string &base_name)util::log::LogConfig
BaseName() constutil::log::LogConfig
CreateDefaultLogger()util::log::LogConfig
DeleteLogChain()util::log::LogConfig
DeleteLogger(const std::string &logger_name)util::log::LogConfig
Enabled(bool enabled)util::log::LogConfig
Enabled() constutil::log::LogConfig
GetLogFile(const std::string &logger_name="Default") constutil::log::LogConfig
GetLogger(const std::string &logger_name) constutil::log::LogConfig
Instance()util::log::LogConfigstatic
LogConfig(const LogConfig &)=delete (defined in util::log::LogConfig)util::log::LogConfig
LogConfig(LogConfig &&)=delete (defined in util::log::LogConfig)util::log::LogConfig
operator=(const LogConfig &)=delete (defined in util::log::LogConfig)util::log::LogConfig
operator=(LogConfig &&)=delete (defined in util::log::LogConfig)util::log::LogConfig
RootDir(const std::string &root_dir)util::log::LogConfig
RootDir() constutil::log::LogConfig
SubDir(const std::string &sub_dir)util::log::LogConfig
SubDir() constutil::log::LogConfig
Type(LogType log_type)util::log::LogConfig
Type() constutil::log::LogConfig