A global helper class for system-wide logging.

This class is not inside any namespace.

Methods

logMessage

void GlobalLogger::logMessage(const char *message)

Writes a message to the global log.

ParameterTypeDescription
messageconst char *The message to write.

logMessage

bool GlobalLogger::logMessage(const char *message, int severity)

Writes a formatted message to the global log with a severity level.

Note:

This is an overloaded method.

Warning:

The documentation for this overloaded method is missing the

Returns:

tag.

ParameterTypeDescription
messageconst char *The message to write.
severityint

forceFlush

void GlobalLogger::forceFlush()

Completely undocumented method returning void.

Generated with Flude

Copyright © 2026