luna engine
software engine
Loading...
Searching...
No Matches
luna::Log Class Reference

#include <log.h>

Collaboration diagram for luna::Log:

Static Public Member Functions

static void Init ()
 
static std::shared_ptr< spdlog::logger > GetCoreLogger ()
 
static std::shared_ptr< spdlog::logger > GetClientLogger ()
 

Static Private Attributes

static std::shared_ptr< spdlog::logger > s_CoreLogger
 
static std::shared_ptr< spdlog::logger > s_ClientLogger
 

Member Function Documentation

◆ GetClientLogger()

static std::shared_ptr< spdlog::logger > luna::Log::GetClientLogger ( )
inlinestatic

◆ GetCoreLogger()

static std::shared_ptr< spdlog::logger > luna::Log::GetCoreLogger ( )
inlinestatic

◆ Init()

void luna::Log::Init ( )
static

Member Data Documentation

◆ s_ClientLogger

std::shared_ptr< spdlog::logger > luna::Log::s_ClientLogger
staticprivate

◆ s_CoreLogger

std::shared_ptr< spdlog::logger > luna::Log::s_CoreLogger
staticprivate

The documentation for this class was generated from the following files: