PixelBullet  0.0.1
A C++ game engine
Loading...
Searching...
No Matches
PixelBullet::Log::FileSink Class Reference
Inheritance diagram for PixelBullet::Log::FileSink:
PixelBullet::Log::Sink

Public Member Functions

 FileSink (const std::string &filename, Level minLevel=Level::Trace)
 
void Log (const std::string &channelName, const std::string &message, Level level) override
 
- Public Member Functions inherited from PixelBullet::Log::Sink
void SetMinLevel (Level level)
 
Level GetMinLevel () const
 

Additional Inherited Members

- Protected Attributes inherited from PixelBullet::Log::Sink
Level m_MinLevel = Level::Trace
 
std::mutex m_Mutex
 

Member Function Documentation

◆ Log()

void PixelBullet::Log::FileSink::Log ( const std::string & channelName,
const std::string & message,
Log::Level level )
overridevirtual

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