#include <SystemLogger.h>
Public Types | |
typedef _CharT | char_type |
typedef _Traits | traits_type |
typedef std::basic_filebuf< char_type, traits_type > | __filebuf_type |
Public Member Functions | |
basic_logbuf () | |
basic_logbuf class constructor. | |
basic_logbuf (const char_type *s, std::ios_base::openmode mode=std::ios_base::out, long protection=0666) | |
basic_logbuf class constructor. | |
virtual | ~basic_logbuf () |
basic_logbuf class destractor. | |
virtual std::streamsize | sputn (const char_type *s, std::streamsize n) |
void | setSyncCallBack (sync_callback< char_type > &cb) |
Protected Member Functions | |
virtual int | sync () |
synchronize buffer |
|
|
|
|
|
|
|
basic_logbuf class constructor.
|
|
basic_logbuf class constructor.
|
|
basic_logbuf class destractor.
|
|
|
|
|
|
synchronize buffer
|