9#ifndef _LOG4CPP_MANIPULATOR_HH
10#define _LOG4CPP_MANIPULATOR_HH
20 inline width(
unsigned int i) : size(i) {}
28 inline tab(
unsigned int i) : size(i) {}
#define LOG4CPP_EXPORT
Definition Export.hh:26
friend LOG4CPP_EXPORT std::ostream & operator<<(std::ostream &os, const tab &w)
tab(unsigned int i)
Definition Manipulator.hh:28
friend LOG4CPP_EXPORT std::ostream & operator<<(std::ostream &os, const width &w)
width(unsigned int i)
Definition Manipulator.hh:20
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16