Elaztek Developer Hub
Blamite Game Engine - Strings  00308.02.02.21.2032.blamite
A library containing general purpose utilities and classes for use in multiple projects.
logger.h File Reference

Go to the source code of this file.

Namespaces

 BlamStringsInternal
 
 BlamStringsInternal::Logger
 Namespace containing functions for the Strings logger.
 
 BlamStringsInternal::Logger::API
 External API functions related to the Strings logger.
 

Macros

#define STRINGS_API   __declspec(dllimport)
 
#define STRINGS_INTERNAL
 

Functions

STRINGS_INTERNAL void BlamStringsInternal::Logger::PrepareLogger ()
 Prepares the Strings logger. More...
 
STRINGS_INTERNAL void BlamStringsInternal::Logger::LogEvent (BlamBasicLogMessage message)
 Logs an event to the Strings log. More...
 
STRINGS_INTERNAL void BlamStringsInternal::Logger::LogEvent (std::string message)
 Logs an event to the Strings log. More...
 
STRINGS_INTERNAL void BlamStringsInternal::Logger::LogEvent (std::string message, BlamLogLevel log_level)
 Logs an event to the Strings log. More...
 
STRINGS_API void BlamStringsInternal::Logger::API::AddReceiver (BlamLogReceiver *receiver)
 Registers a receiver which will be notified on new log messages. More...
 
STRINGS_API void BlamStringsInternal::Logger::API::RemoveReceiver (BlamLogReceiver *receiver)
 Unregisters a receiver. More...
 

Macro Definition Documentation

◆ STRINGS_API

#define STRINGS_API   __declspec(dllimport)

◆ STRINGS_INTERNAL

#define STRINGS_INTERNAL