log/example/Jamfile.v2
Andrey Semashev a71dc018a8 Renamed settings_file_formatter_factory to settings_file_custom_factories.
Also, updated the example to register filter/formatter factories for the
custom severity level.
2019-06-25 19:25:45 +03:00

24 lines
716 B
Plaintext

#
# Copyright Andrey Semashev 2007 - 2015.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#
build-project ./advanced_usage ;
build-project ./async_log ;
build-project ./bounded_async_log ;
build-project ./basic_usage ;
build-project ./event_log ;
build-project ./multiple_files ;
build-project ./multiple_threads ;
build-project ./rotating_file ;
build-project ./settings_file ;
build-project ./settings_file_custom_factories ;
build-project ./syslog ;
build-project ./native_syslog ;
build-project ./wide_char ;
build-project ./keywords ;
build-project ./trivial ;
build-project ./doc ;