| 
Classes | |
| class | sptk::FileLogEngine | 
| class | sptk::LogEngine | 
| class | sptk::Logger | 
| A log that sends all the log messages into another log.  More... | |
| class | sptk::SysLogEngine | 
Typedefs | |
| using | sptk::SLogger = std::shared_ptr< Logger > | 
Enumerations | |
| enum class | sptk::LogPriority {  LogPriority::DEBUG = LOG_DEBUG , LogPriority::INFO = LOG_INFO , LogPriority::NOTICE = LOG_NOTICE , LogPriority::WARNING = LOG_WARNING , LogPriority::ERR = LOG_ERR , LogPriority::CRITICAL = LOG_CRIT , LogPriority::ALERT = LOG_ALERT , LogPriority::PANIC = LOG_EMERG }  | 
| Log message priority.  More... | |
      
  | 
  strong |