#include <LogObject.h>
Inherits LogObject.

| Public Member Functions | |
| inkcoreapi | TextLogObject (const char *name, const char *log_dir, bool timestamps, const char *header, Log::RollingEnabledValues rolling_enabled, int flush_threads, int rolling_interval_sec, int rolling_offset_hr, int rolling_size_mb) | 
| inkcoreapi int | write (const char *format,...) TS_PRINTFLIKE(2 | 
| inkcoreapi int inkcoreapi int | va_write (const char *format, va_list ap) | 
| Static Public Attributes | |
| static const LogFormat * | textfmt = MakeTextLogFormat() | 
Definition at line 256 of file LogObject.h.
| TextLogObject::TextLogObject | ( | const char * | name, | |
| const char * | log_dir, | |||
| bool | timestamps, | |||
| const char * | header, | |||
| Log::RollingEnabledValues | rolling_enabled, | |||
| int | flush_threads, | |||
| int | rolling_interval_sec, | |||
| int | rolling_offset_hr, | |||
| int | rolling_size_mb | |||
| ) | 
Definition at line 829 of file LogObject.cc.
References LogObject::set_fmt_timestamps().
| int TextLogObject::va_write | ( | const char * | format, | |
| va_list | ap | |||
| ) | 
| int TextLogObject::write | ( | const char * | format, | |
| ... | ||||
| ) | 
Definition at line 854 of file LogObject.cc.
References ink_assert, and va_write().
| const LogFormat * TextLogObject::textfmt = MakeTextLogFormat()  [static] | 
Definition at line 270 of file LogObject.h.
 1.7.1
 1.7.1