Potato Engine
Loading...
Searching...
No Matches
Logger Class Reference

Logging functionality. More...

#include <Debug.hpp>

Public Member Functions

bool operator() (LogType type, const std::string &message)
void init (const char *path)

Detailed Description

Logging functionality.

Use engine externed Logger objects for logging
To create a custom logger, see Debug

Definition at line 21 of file Debug.hpp.

Constructor & Destructor Documentation

◆ ~Logger()

Logger::~Logger ( )

Definition at line 62 of file Debug.cpp.

Member Function Documentation

◆ operator()()

bool Logger::operator() ( LogType type,
const std::string & message )

Definition at line 47 of file Debug.cpp.

◆ init()

void Logger::init ( const char * path)

Definition at line 25 of file Debug.cpp.