CppLogging
1.0.4.0
C++ Logging Library
|
This is the complete list of members for CppLogging::TextLayout, including all inherited members.
IsStarted() const noexcept | CppLogging::Element | inlinevirtual |
LayoutRecord(Record &record) override | CppLogging::TextLayout | virtual |
operator=(const TextLayout &)=delete | CppLogging::TextLayout | |
operator=(TextLayout &&layout)=delete | CppLogging::TextLayout | |
pattern() const noexcept | CppLogging::TextLayout | |
Start() | CppLogging::Element | inlinevirtual |
Stop() | CppLogging::Element | inlinevirtual |
TextLayout(const std::string &pattern="{UtcDateTime} [{Thread}] {Level} {Logger} - {Message}{EndLine}") | CppLogging::TextLayout | explicit |
TextLayout(const TextLayout &)=delete | CppLogging::TextLayout | |
TextLayout(TextLayout &&layout)=delete | CppLogging::TextLayout | |
~TextLayout() | CppLogging::TextLayout | virtual |