#include <Formatter.hpp>
Definition at line 70 of file Formatter.hpp.
◆ Formatter() [1/3]
lug::System::Logger::Formatter::Formatter |
( |
const std::string & |
pattern | ) |
|
◆ Formatter() [2/3]
lug::System::Logger::Formatter::Formatter |
( |
const Formatter & |
| ) |
|
|
delete |
◆ Formatter() [3/3]
lug::System::Logger::Formatter::Formatter |
( |
Formatter && |
| ) |
|
|
delete |
◆ ~Formatter()
lug::System::Logger::Formatter::~Formatter |
( |
| ) |
|
|
virtualdefault |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ format() [1/2]
void lug::System::Logger::Formatter::format |
( |
priv::Message & |
msg | ) |
|
|
virtual |
◆ format() [2/2]
void lug::System::Logger::Formatter::format |
( |
priv::Message & |
msg, |
|
|
const std::tm * |
now |
|
) |
| |
|
virtual |
◆ handleFlag()
void lug::System::Logger::Formatter::handleFlag |
( |
char |
c | ) |
|
|
inlineprivate |
◆ compilePattern()
void lug::System::Logger::Formatter::compilePattern |
( |
const std::string & |
pattern | ) |
|
|
inlineprivate |
◆ handleFlagy()
std::string lug::System::Logger::Formatter::handleFlagy |
( |
const std::tm * |
now | ) |
|
|
private |
◆ handleFlagY()
std::string lug::System::Logger::Formatter::handleFlagY |
( |
const std::tm * |
now | ) |
|
|
private |
◆ handleFlagm()
std::string lug::System::Logger::Formatter::handleFlagm |
( |
const std::tm * |
now | ) |
|
|
private |
◆ handleFlagd()
std::string lug::System::Logger::Formatter::handleFlagd |
( |
const std::tm * |
now | ) |
|
|
private |
◆ handleFlagH()
std::string lug::System::Logger::Formatter::handleFlagH |
( |
const std::tm * |
now | ) |
|
|
private |
◆ handleFlagM()
std::string lug::System::Logger::Formatter::handleFlagM |
( |
const std::tm * |
now | ) |
|
|
private |
◆ handleFlagS()
std::string lug::System::Logger::Formatter::handleFlagS |
( |
const std::tm * |
now | ) |
|
|
private |
◆ _formatChain
std::vector<priv::Token> lug::System::Logger::Formatter::_formatChain |
|
private |
The documentation for this class was generated from the following files: