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

Namespace containing functions for Guerilla's logger. More...

Namespaces

 API
 External API functions related to Guerilla's logger.
 

Functions

STRINGS_API void PrepareLogger ()
 Prepares the Guerilla logger. More...
 
STRINGS_API void ShutdownLogger ()
 Shuts down the Guerilla logger. More...
 
STRINGS_API void LogEvent (BlamBasicLogMessage message)
 Logs an event to Guerilla's log. More...
 
STRINGS_API void LogEvent (std::string message)
 Logs an event to Guerilla's log. More...
 
STRINGS_API void LogEvent (std::string message, BlamLogLevel log_level)
 Logs an event to Guerilla's log. More...
 

Detailed Description

Namespace containing functions for Guerilla's logger.

Function Documentation

◆ LogEvent() [1/3]

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

Logs an event to Guerilla's log.

Parameters
message- The message to log to the console.

◆ LogEvent() [2/3]

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

Logs an event to Guerilla's log.

Parameters
message- The message to log to the console.

◆ LogEvent() [3/3]

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

Logs an event to Guerilla's log.

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

◆ PrepareLogger()

void Guerilla::Logger::PrepareLogger ( )

Prepares the Guerilla logger.

◆ ShutdownLogger()

void Guerilla::Logger::ShutdownLogger ( )

Shuts down the Guerilla logger.