Raven Engine v0.1
Loading...
Searching...
No Matches
Format.h File Reference

Declares the Formatter class for formatting log messages. More...

#include "Raven/Logging/LogLevel.h"
#include <tuple>
#include <string>

Classes

class  Raven::Formatter
 Utility for formatting log messages with level and timestamp. More...

Namespaces

namespace  Raven

Detailed Description

Declares the Formatter class for formatting log messages.

The Formatter provides utilities to format log messages by prefixing them with a timestamp and converting log levels to their string and color-coded representations. Used by the logging system to produce consistent, human-readable log output.

See also
LogLevel.h, Logger.h
Author
SkyHorizon