ProtoZed  awesome branch
A simple but powerful game framework
Public Member Functions | List of all members
PZ::LogManager Class Reference
Inheritance diagram for PZ::LogManager:
PZ::Singleton< LogManager >

Public Member Functions

 LogManager ()
 
 ~LogManager ()
 
void Open (const std::string &name, bool consoleOutput=true, bool fileOutput=true, bool timestamp=true)
 
void Close (const std::string &name)
 
LogGet (const std::string &name)
 
- Public Member Functions inherited from PZ::Singleton< LogManager >
 Singleton ()
 
 ~Singleton ()
 

Additional Inherited Members

- Static Public Member Functions inherited from PZ::Singleton< LogManager >
static LogManagerGetSingleton ()
 
static LogManagerGetSingletonPtr ()
 

Constructor & Destructor Documentation

PZ::LogManager::LogManager ( )
PZ::LogManager::~LogManager ( )

Member Function Documentation

void PZ::LogManager::Close ( const std::string &  name)
Log& PZ::LogManager::Get ( const std::string &  name)
void PZ::LogManager::Open ( const std::string &  name,
bool  consoleOutput = true,
bool  fileOutput = true,
bool  timestamp = true 
)

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