Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
ECS::Log::Internal Namespace Reference

Classes

class  LoggerManager
 

Functions

Log::LoggerGetLogger (const char *logger)
 

Variables

LoggerManagerECSLoggerManager = new LoggerManager()
 

Function Documentation

◆ GetLogger()

Log::Logger * ECS::Log::Internal::GetLogger ( const char *  logger)

Fn: ECS_API Log::Logger* GetLogger(const char* logger);

Summary: Returns a log4cpp managed logger instance.

Author: Tobias Stein

Date: 23/09/2017

Parameters: logger - The logger.

Returns: Null if it fails, else the logger.

Definition at line 26 of file API.cpp.

Variable Documentation

◆ ECSLoggerManager

LoggerManager * ECS::Log::Internal::ECSLoggerManager = new LoggerManager()

Definition at line 24 of file API.cpp.