clarified the logging functionality

This commit is contained in:
Arvid Norberg
2006-07-16 01:59:15 +00:00
parent 8d31bf442a
commit 5018c5a987
2 changed files with 5 additions and 0 deletions

View File

@@ -280,6 +280,9 @@ The ``Jamfile`` has the following build variants:
* ``debug_log`` - debug version with standard logging
* ``debug_vlog`` - debug version with verbose logging
The logs created when building vlog or log mode are put in a directory called
``libtorrent_logs`` in the current working directory.
When building the example client on windows, you need to build with
``link=static`` otherwise you may get unresolved external symbols for some
boost.program-options symbols.