Elaztek Developer Hub
Blamite Game Engine - Strings  00306.01.24.21.1348.blamite
A library containing general purpose utilities and classes for use in multiple projects.
BlamStringsInternal::Logger Namespace Reference

Namespace containing functions for the Strings logger. More...

Namespaces

 API
 External API functions related to the Strings logger.
 

Functions

STRINGS_INTERNAL void PrepareLogger ()
 Prepares the Strings logger. More...
 
STRINGS_INTERNAL void LogEvent (BlamBasicLogMessage message)
 Logs an event to the Strings log. More...
 
STRINGS_INTERNAL void LogEvent (std::string message)
 Logs an event to the Strings log. More...
 
STRINGS_INTERNAL void LogEvent (std::string message, BlamLogLevel log_level)
 Logs an event to the Strings log. More...
 

Detailed Description

Namespace containing functions for the Strings logger.

Function Documentation

◆ LogEvent() [1/3]

void BlamStringsInternal::Logger::LogEvent ( BlamBasicLogMessage  message)

Logs an event to the Strings log.

Parameters
message- The message to log to the console.

◆ LogEvent() [2/3]

void BlamStringsInternal::Logger::LogEvent ( std::string  message)

Logs an event to the Strings log.

Parameters
message- The message to log to the console.

◆ LogEvent() [3/3]

void BlamStringsInternal::Logger::LogEvent ( std::string  message,
BlamLogLevel  log_level 
)

Logs an event to the Strings log.

Parameters
message- The message to log to the console.
log_level- The log level of the message.

◆ PrepareLogger()

void BlamStringsInternal::Logger::PrepareLogger ( )

Prepares the Strings logger.