#include <StdOutLogger.h>
List of all members.
Public Member Functions |
| StdOutLogger () |
virtual int | log_open (u_long groups_) |
| Open StdErr Logger.
|
virtual int | log_close (void) |
virtual int | log_msg (Group g_, size_t indent_level_, const string &func_name_, size_t expected_sz_, const char *fmt_, va_list) |
virtual int | log_func (Group g_, size_t indent_level_, const string &func_name_, marker_t type_) |
virtual void | log_resync () |
| Logger_Impl () |
virtual | ~Logger_Impl () |
void | enable_group (Group g_) |
void | disable_group (Group g_) |
void | enable_groups (u_long g_) |
void | disable_groups (u_long g_) |
void | enable_all_groups (void) |
void | disable_all_groups (void) |
bool | group_enabled (Group g_) const |
void | enable_timestamp (void) |
void | disable_timestamp (void) |
bool | timestamp_enabled (void) const |
void | set_timezone (int zone_) |
void | set_indent_step (u_short step_) |
u_short | get_indent_step (void) const |
virtual int | log_open (const char *logfname_, u_long groups_, u_long maxsize_) |
| Open File Logger.
|
virtual int | log_open (const char *appname_, const char *logfname_, u_long groups_, u_long maxsize_, Reactor *reactor_) |
| Open connection with Log Server.
|
Detailed Description
Definition at line 32 of file StdOutLogger.h.
Constructor & Destructor Documentation
ASSA::StdOutLogger::StdOutLogger |
( |
| ) |
|
|
inline |
Member Function Documentation
int ASSA::StdOutLogger::log_close |
( |
void |
| ) |
|
|
inlinevirtual |
int StdOutLogger::log_func |
( |
Group |
g_, |
|
|
size_t |
indent_level_, |
|
|
const string & |
func_name_, |
|
|
marker_t |
type_ |
|
) |
| |
|
virtual |
int StdOutLogger::log_msg |
( |
Group |
g_, |
|
|
size_t |
indent_level_, |
|
|
const string & |
func_name_, |
|
|
size_t |
expected_sz_, |
|
|
const char * |
fmt_, |
|
|
va_list |
msg_list_ |
|
) |
| |
|
virtual |
int ASSA::StdOutLogger::log_open |
( |
u_long |
groups_ | ) |
|
|
inlinevirtual |
void ASSA::StdOutLogger::log_resync |
( |
void |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files:
- /build/buildd-libassa_3.5.1-2-ia64-WACVUB/libassa-3.5.1/assa/StdOutLogger.h
- /build/buildd-libassa_3.5.1-2-ia64-WACVUB/libassa-3.5.1/assa/StdOutLogger.cpp