Engauge Digitizer  2
Public Member Functions | List of all members
log4cpp::PatternLayout Class Reference

Noop class that mimics the same class in the log4cpp library. More...

#include <PatternLayout.hh>

Inheritance diagram for log4cpp::PatternLayout:
log4cpp::Layout

Public Member Functions

 PatternLayout ()
 Single constructor.
 
virtual std::string format (const LoggingEvent &event)
 Noop method for formatting an event.
 
void setConversionPattern (const std::string &conversionPattern)
 Noop method for setting the conversion pattern. More...
 
- Public Member Functions inherited from log4cpp::Layout
 Layout ()
 Single constructor.
 

Detailed Description

Noop class that mimics the same class in the log4cpp library.

Definition at line 13 of file PatternLayout.hh.

Member Function Documentation

◆ setConversionPattern()

void PatternLayout::setConversionPattern ( const std::string &  conversionPattern)

Noop method for setting the conversion pattern.

This used to throw ConfigureFailure but newer compilers do not like explicit throws

Definition at line 22 of file PatternLayout.cpp.


The documentation for this class was generated from the following files: