Castor3D 0.16.0
Multiplatform 3D engine
Static Public Member Functions | List of all members
castor::TraceLoggerStreambufTraitsT< CharType > Struct Template Reference

Streambuf traits for trace logging. More...

#include <LoggerStreambuf.hpp>

Static Public Member Functions

static void log (LoggerInstance &logger, std::basic_string< CharType > const &text)
 
static void logNoLF (LoggerInstance &logger, std::basic_string< CharType > const &text)
 

Detailed Description

template<typename CharType>
struct castor::TraceLoggerStreambufTraitsT< CharType >

Streambuf traits for trace logging.

Member Function Documentation

◆ log()

template<typename CharType >
static void castor::TraceLoggerStreambufTraitsT< CharType >::log ( LoggerInstance & logger,
std::basic_string< CharType > const & text )
inlinestatic

References castor::LoggerInstance::lockedLogTrace().

Here is the call graph for this function:

◆ logNoLF()

template<typename CharType >
static void castor::TraceLoggerStreambufTraitsT< CharType >::logNoLF ( LoggerInstance & logger,
std::basic_string< CharType > const & text )
inlinestatic

References castor::LoggerInstance::lockedLogTraceNoLF().

Here is the call graph for this function:

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