An implementation namespace for G::LogOutput.
More...
|
std::ostream & | ostream1 () |
|
std::ostream & | ostream2 () |
|
std::size_t | tellp (std::ostream &s) |
|
int | decode (G::LogOutput::SyslogFacility facility) |
|
int | decode (G::Log::Severity severity) |
|
int | mode (G::LogOutput::SyslogFacility facility, G::Log::Severity severity) |
|
An implementation namespace for G::LogOutput.
◆ decode() [1/2]
int G::LogOutputImp::decode |
( |
G::Log::Severity |
severity | ) |
|
◆ decode() [2/2]
int G::LogOutputImp::decode |
( |
G::LogOutput::SyslogFacility |
facility | ) |
|
◆ mode()
int G::LogOutputImp::mode |
( |
G::LogOutput::SyslogFacility |
facility, |
|
|
G::Log::Severity |
severity |
|
) |
| |
◆ ostream1()
std::ostream & G::LogOutputImp::ostream1 |
( |
| ) |
|
◆ ostream2()
std::ostream & G::LogOutputImp::ostream2 |
( |
| ) |
|
◆ tellp()
std::size_t G::LogOutputImp::tellp |
( |
std::ostream & |
s | ) |
|
◆ buffer_1
std::array<char,buffer_base_size+margin> G::LogOutputImp::buffer_1 |
◆ buffer_2
std::array<char,8> G::LogOutputImp::buffer_2 |
◆ buffer_base_size
constexpr std::size_t G::LogOutputImp::buffer_base_size = limits::log + 40U |
|
constexpr |
◆ margin
constexpr std::size_t G::LogOutputImp::margin = 7U |
|
constexpr |
◆ stderr_fileno
constexpr int G::LogOutputImp::stderr_fileno = 2 |
|
constexpr |
◆ this_