Sleeping Wombat Common Library  0.50.0
swCommonLibrary
Public Member Functions | Private Attributes | List of all members
sw::Logger Class Reference

This class is interface to write logger independent system. More...

#include <Logger.h>

Public Member Functions

void Trace (const std::string &message)
 
void Debug (const std::string &message)
 
void Info (const std::string &message)
 
void Warning (const std::string &message)
 
void Error (const std::string &message)
 
void Critical (const std::string &message)
 
void Trace (const char *message)
 
void Debug (const char *message)
 
void Info (const char *message)
 
void Warning (const char *message)
 
void Error (const char *message)
 
void Critical (const char *message)
 

Private Attributes

detail::LoggerImpl * m_impl
 

Detailed Description

This class is interface to write logger independent system.

Use your favourite logger internally.


The documentation for this class was generated from the following file: