EasyException
ee::Logger Class Reference

Public Member Functions

 Logger () noexcept=default
 Constructor. More...
 
void setName (const std::string &name) noexcept
 
const std::string & getName () const noexcept
 Returns the name of the logger. More...
 

Private Attributes

std::string mName
 The name of the logger.
 

Constructor & Destructor Documentation

ee::Logger::Logger ( )
defaultnoexcept

Constructor.

Parameters
nameName of the logger (e.g.: classname)

Member Function Documentation

const std::string& ee::Logger::getName ( ) const
noexcept

Returns the name of the logger.

Returns
Reference to the name of the logger.

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