List of classes in global namespace.

Entity NameDescription
GlobalLoggerA global helper class for system-wide logging.

Generated with Flude

Copyright © 2026

Directory & Entity Index

Entity NameSummary / Description
GlobalLogger class

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