Raven Engine v0.1
Loading...
Searching...
No Matches
Raven::ConsoleHandler Class Reference

Handler that writes log messages to the console. More...

#include <Handler.h>

Public Member Functions

void WriteImpl (std::string_view message)
 Writes a message to the console.

Detailed Description

Handler that writes log messages to the console.

Uses std::cout to output messages followed by a newline.

Member Function Documentation

◆ WriteImpl()

void Raven::ConsoleHandler::WriteImpl ( std::string_view message)
inline

Writes a message to the console.

Parameters
messageThe formatted log message to write.

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