Public Member Functions | |
| MixedLogFormat (int threshold=LOG_WARNING) throw () | |
|
virtual sella::util::MixedLogFormat * | clone (void) const 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 Attributes | |
| int | threshold |
Friends | |
| class | Log |
Definition at line 28 of file MixedLogFormat.h.
1.6.1