Home
last modified time | relevance | path

Searched refs:syslog_option (Results 1 – 3 of 3) sorted by relevance

/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/sinks/
Dsyslog_sink.h33 syslog_sink(const std::string& ident = "", int syslog_option=0, int syslog_facility=LOG_USER):
45 ::openlog(_ident.empty()? nullptr:_ident.c_str(), syslog_option, syslog_facility); in _ident()
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
Dspdlog_impl.h165 …::syslog_logger(const std::string& logger_name, const std::string& syslog_ident, int syslog_option) in syslog_logger() argument
167 return create<spdlog::sinks::syslog_sink>(logger_name, syslog_ident, syslog_option); in syslog_logger()
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/
Dspdlog.h108 …yslog_logger(const std::string& logger_name, const std::string& ident = "", int syslog_option = 0);