Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
Logger Class Referencefinal

#include <Logger.hpp>

Static Public Member Functions

static void initialize ()
 
static void shutdown ()
 
static const std::shared_ptr< spdlog::logger > & getLogger () noexcept
 

Detailed Description

Definition at line 16 of file Logger.hpp.

Member Function Documentation

◆ getLogger()

static const std::shared_ptr<spdlog::logger>& Logger::getLogger ( )
inlinestaticnoexcept

Definition at line 31 of file Logger.hpp.

◆ initialize()

static void Logger::initialize ( )
static

Initialize Enigma Logger

◆ shutdown()

static void Logger::shutdown ( )
static

Shutdown Enigma Logger (cleans up spdlog stuff, remains optional to call at the exit of the app)


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