|
|
| Log (const std::string &identifier, int facility, int option=DefaultOption, int mask=DefaultLogMask, const LogFormat &format=SimpleLogFormat(), size_t size=DefaultLogSize) throw (LogException) |
| |
|
| Log (const std::string &file, const LogFormat &format=SimpleLogFormat(), size_t size=DefaultLogSize) throw (LogException) |
| |
|
| Log (const Log &other) throw () |
| |
|
Log & | operator= (const Log &other) throw () |
| |
|
void | setIdentifier (const std::string &identifier=std::string()) throw () |
| |
|
void | setFacility (int facility) throw () |
| |
|
void | setOption (int option=DefaultOption) throw () |
| |
|
void | setFormat (const LogFormat &format) throw () |
| |
|
void | setLogLevel (int level, bool on=true) throw () |
| |
|
int | setLogMask (int mask) throw () |
| |
|
void | setLogSize (size_t size=DefaultLogSize) throw () |
| |
|
int | getLogMask (void) throw () |
| |
|
bool | isLogMask (int level) throw () |
| |
|
size_t | getLogSize (void) throw () |
| |
|
void | setTraceOption (const std::string &option, bool on=true) throw () |
| |
|
void | setTraceOption (const std::vector< std::string > &options, bool on=true) throw () |
| |
|
void | setTraceOption (const std::list< std::string > &options, bool on=true) throw () |
| |
|
void | setTraceOptions (const std::vector< std::string > &options, bool on=true) throw () |
| |
|
void | setTraceOptions (const std::list< std::string > &options, bool on=true) throw () |
| |
|
bool | isTraceOption (const char *option) throw () |
| |
|
bool | isTraceOption (const std::string &option) throw () |
| |
|
bool | isTraceOption (const std::vector< std::string > &options) throw () |
| |
|
bool | isTraceOption (const std::list< std::string > &options) throw () |
| |
|
bool | hasTraceOptions (void) throw () |
| |
|
void | clearTraceOptions (void) throw () |
| |
|
bool | isTime (time_t &next, int sec) throw () |
| |
|
bool | incEveryN (uint64_t n) throw () |
| |
|
bool | incFirstN (uint64_t n) throw () |
| |
|
void | resetEveryN (void) throw () |
| |
|
bool | trace (const char *option, const char *func, const char *file, int line, const char *format,...) throw () |
| |
|
bool | trace (std::string &option, const char *func, const char *file, int line, const char *format,...) throw () |
| |
|
bool | trace (const char *option, const char *func, const char *file, int line, const std::string &format,...) throw () |
| |
|
bool | trace (std::string &option, const char *func, const char *file, int line, const std::string &format,...) throw () |
| |
|
bool | trace (const std::vector< std::string > &options, const char *func, const char *file, int line, const char *format,...) throw () |
| |
|
bool | trace (const std::vector< std::string > &options, const char *func, const char *file, int line, const std::string &format,...) throw () |
| |
|
bool | trace (const std::list< std::string > &options, const char *func, const char *file, int line, const char *format,...) throw () |
| |
|
bool | trace (const std::list< std::string > &options, const char *func, const char *file, int line, const std::string &format,...) throw () |
| |
|
bool | write (int facility, int level, const char *func, const char *file, int line, const sella::Exception &e, const std::string &format,...) throw () |
| |
|
bool | write (int facility, int level, const char *func, const char *file, int line, const std::string &format,...) throw () |
| |
|
bool | write (int level, const char *func, const char *file, int line, const sella::Exception &e) throw () |
| |
|
bool | write (int level, const char *func, const char *file, int line, const sella::Exception &e, const std::string &format,...) throw () |
| |
|
bool | write (int level, const char *func, const char *file, int line, const std::string &format,...) throw () |
| |
|
bool | write (int facility, int level, const char *func, const char *file, int line, const sella::Exception &e, const char *format,...) throw () |
| |
|
bool | write (int facility, int level, const char *func, const char *file, int line, const char *format,...) throw () |
| |
|
bool | write (int level, const char *func, const char *file, int line, const sella::Exception &e, const char *format,...) throw () |
| |
|
bool | write (int level, const char *func, const char *file, int line, const char *format,...) throw () |
| |
Definition at line 202 of file Log.h.