9 #ifndef __libutilxx__sella__util__SimpleLogFormat_H__
10 #define __libutilxx__sella__util__SimpleLogFormat_H__
12 #include "../../common.h"
13 #include "../Exception.h"
14 #include "LogFormat.h"
22 class SimpleLogFormat;
37 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 ();
38 virtual const std::string format(
int priority,
const char *stamp,
const char *func,
const char *file,
int line,
const char *message)
throw ();
39 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 ();