Miscelaneous things

Template parameters - Using defaults

This parameter is optional. This means you don't need to set it, unless you want to. Just leave it as default_, and move on to the paramers you're interested in.

Example:

typedef logger_format_write< default_, default_, writer::threading::on_dedicated_thread > logger_type;

Internationalization - Using Unicode charaters

In case you want to log unicode characters, it's very easy:

Compilers it's been tested on

The Boost Logging Lib has been tested with the following compilers:

I've tested it under Windows, and ran the tests successfully on Fedora 8.

Compiling with bjam

You can compile the scenarios and/or tests with bjam. The easy way:



Copyright John Torjo © 2007
Have a question/ suggestion/ comment? Send me feedback