Next: Use of MIN Logger, Previous: MIN Logger API, Up: MIN Logger API
he methods of MIN Logger are listed and explained below: The main methods of MinLogger are:
mnl_create
for creating MIN Logger "object"
mnl_destroy
for destroying MIN Logger instance
mnl_log
for logging message
mnl_write_delimiter
for writing delimiter to log
mnl_write_own_delimiter
for writing user defined delimiter to log
mnl_output_type
for get information about used output plug-in
mnl_logger_type
for get information which logs are created
MinLogger *mnl_create (const TSChar * path, const TSChar * file, unsigned int loggertype, unsigned int output, TSBool overwrite, TSBool withtimestamp, TSBool withlinebreak, TSBool witheventranking, TSBool pididtologfile, TSBool createlogdir, unsigned int staticbuffersize, TSBool unicode)
const TSChar* path
const TSChar* file
unsigned int loggertype
unsigned int output
TSBool overwrite
TSBool withtimestamp
TSBool withlinebreak
TSBool witheventranking
TSBool pididtologfile
TSBool createlogdir
unsigned int staticbuffersize
TSBool unicode
void mnl_destroy (MinLogger** mnl)
MinLogger** mnl
int mnl_log (MinLogger * mnl, TSStyle style, const TSChar * format, ...);
MinLogger * mnl
TSStyle style
const TSChar * format
...
mnl_write_delimiter (MinLogger * mnl)
MinLogger * mnl
void mnl_write_own_delimiter (MinLogger * mnl, const TSChar c, unsigned int t);
MinLogger * mnl
const TSChar c
unsigned int t
unsigned int mnl_output_type (MinLogger * mnl)
MinLogger * mnl
unsigned int mnl_logger_type (MinLogger * mnl)
MinLogger * mnl