/usr/include/boost/log/keywords
NameSizeModeActions
auto_flush.hpp9490644editdlrm
auto_newline_mode.hpp10140644editdlrm
block_size.hpp9480644editdlrm
capacity.hpp9400644editdlrm
channel.hpp9290644editdlrm
delimiter.hpp9510644editdlrm
depth.hpp9230644editdlrm
empty_marker.hpp9840644editdlrm
enable_final_rotation.hpp10250644editdlrm
facility.hpp9310644editdlrm
file_name.hpp9440644editdlrm
filter.hpp8970644editdlrm
format.hpp9070644editdlrm
ident.hpp9230644editdlrm
incomplete_marker.hpp10150644editdlrm
ip_version.hpp9440644editdlrm
iteration.hpp9520644editdlrm
log_name.hpp9250644editdlrm
log_source.hpp9440644editdlrm
max_files.hpp9300644editdlrm
max_size.hpp9240644editdlrm
message_file.hpp10030644editdlrm
min_free_space.hpp9620644editdlrm
name.hpp9120644editdlrm
open_mode.hpp9610644editdlrm
order.hpp9140644editdlrm
ordering_window.hpp9710644editdlrm
overflow_policy.hpp9890644editdlrm
permissions.hpp9610644editdlrm
registration.hpp9690644editdlrm
rotation_size.hpp9600644editdlrm
scan_method.hpp9520644editdlrm
severity.hpp9380644editdlrm
start_thread.hpp9840644editdlrm
target.hpp9210644editdlrm
target_file_name.hpp9600644editdlrm
time_based_rotation.hpp10170644editdlrm
use_impl.hpp9340644editdlrm
Edit: /usr/include/boost/log/keywords/file_name.hpp (944B)
/* * 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) */ /*! * \file keywords/file_name.hpp * \author Andrey Semashev * \date 14.03.2009 * * The header contains the \c file_name keyword declaration. */ #ifndef BOOST_LOG_KEYWORDS_FILE_NAME_HPP_INCLUDED_ #define BOOST_LOG_KEYWORDS_FILE_NAME_HPP_INCLUDED_ #include #include #ifdef BOOST_HAS_PRAGMA_ONCE #pragma once #endif namespace boost { BOOST_LOG_OPEN_NAMESPACE namespace keywords { //! The keyword allows to pass log file name the rotating file stream methods BOOST_PARAMETER_KEYWORD(tag, file_name) } // namespace keywords BOOST_LOG_CLOSE_NAMESPACE // namespace log } // namespace boost #endif // BOOST_LOG_KEYWORDS_FILE_NAME_HPP_INCLUDED_