yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::emu::Loggable Class Reference

#include <log.h>

Inheritance diagram for yaze::app::emu::Loggable:
Collaboration diagram for yaze::app::emu::Loggable:

Protected Member Functions

virtual ~Loggable ()=default
 
virtual void LogMessage (const std::string &message)
 

Protected Attributes

Loggerlogger_ = Logger::GetInstance()
 

Detailed Description

Definition at line 31 of file log.h.

Constructor & Destructor Documentation

◆ ~Loggable()

virtual yaze::app::emu::Loggable::~Loggable ( )
protectedvirtualdefault

Member Function Documentation

◆ LogMessage()

virtual void yaze::app::emu::Loggable::LogMessage ( const std::string & message)
inlineprotectedvirtual

Definition at line 36 of file log.h.

References yaze::app::emu::Logger::Log(), and logger_.

Here is the call graph for this function:

Member Data Documentation

◆ logger_

Logger& yaze::app::emu::Loggable::logger_ = Logger::GetInstance()
protected

Definition at line 33 of file log.h.

Referenced by LogMessage().


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