Simple-Log  alpha-v0.7
sl::log::LoggerTypedefs< TLogger > Struct Template Reference

Provides a layer of abstraction to Record member types. More...

#include <Logger.hpp>

Public Types

using Record_t = typename TLogger::Record_t
 

Detailed Description

template<class TLogger>
struct sl::log::LoggerTypedefs< TLogger >

Provides a layer of abstraction to Record member types.

Template Parameters
TLoggerThe used Logger type

There is no need for the users using this type of indirection. The library makes use of this abstraction, thus users may specialize it to use Logger types, which does not fit in the original concept and trait syntax provided by this library.

Version
since alpha-v0.7

Member Typedef Documentation

◆ Record_t

template<class TLogger >
using sl::log::LoggerTypedefs< TLogger >::Record_t = typename TLogger::Record_t

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