layout.h(3)
| layout.h(3) | log4cplus | layout.h(3) |
NAME
layout.h
SYNOPSIS
#include <log4cplus/config.hxx>
#include <log4cplus/loglevel.h>
#include <log4cplus/streams.h>
#include <log4cplus/tstring.h>
#include <log4cplus/helpers/timehelper.h>
#include <vector>
#include <memory>
Classes
class log4cplus::Layout
This class is used to layout strings sent to an {}. class
log4cplus::SimpleLayout
SimpleLayout consists of the LogLevel of the log statement, followed by
' - ' and then the log message itself. class log4cplus::TTCCLayout
TTCC layout format consists of time, thread, Logger and nested
diagnostic context information, hence the name. class
log4cplus::PatternLayout
A flexible layout configurable with pattern string.
Namespaces
log4cplus
log4cplus::pattern
log4cplus::helpers
log4cplus::spi
Functions
LOG4CPLUS_EXPORT const helpers::Time &
log4cplus::getTTCCLayoutTimeBase ()
Author
Generated automatically by Doxygen for log4cplus from the source code.
| Fri Jun 18 2021 | Version 2.0.6 |
