libutil++  1.9.3
 All Classes Functions Variables
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
sella::util::MixedLogFormat Class Reference
Inheritance diagram for sella::util::MixedLogFormat:
sella::util::LogFormat

Public Member Functions

 MixedLogFormat (int threshold=LOG_WARNING) throw ()
 
virtual
sella::util::MixedLogFormat
clone (void) const throw ()
 
- Public Member Functions inherited from sella::util::LogFormat
 LogFormat (const std::string &stamp=DefaultStampFormat, bool micro=true) throw ()
 

Protected Member Functions

virtual const std::string format (int priority, const char *stamp, const char *func, const char *file, int line, const sella::Exception &e, const char *message) throw ()
 
virtual const std::string format (int priority, const char *stamp, const char *func, const char *file, int line, const char *message) throw ()
 
virtual const std::string format (int priority, const char *stamp, const char *func, const char *file, int line, const char *option, const char *message) throw ()
 
- Protected Member Functions inherited from sella::util::LogFormat
std::string format (const struct timeval &stamp) throw ()
 

Protected Attributes

int threshold
 
- Protected Attributes inherited from sella::util::LogFormat
std::string stamp
 
bool micro
 

Friends

class Log
 

Additional Inherited Members

- Static Public Attributes inherited from sella::util::LogFormat
static const std::string DefaultStampFormat
 

Detailed Description

Definition at line 28 of file MixedLogFormat.h.


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