Searched refs:BOOST_LOG_FUNCTION (Results 1 – 11 of 11) sorted by relevance
76 BOOST_LOG_FUNCTION(); in foo()217 BOOST_LOG_FUNCTION(); in main()
458 #define BOOST_LOG_FUNCTION()\ macro470 #define BOOST_LOG_FUNC() BOOST_LOG_FUNCTION()
109 BOOST_LOG_FUNCTION(); in main()
113 BOOST_LOG_FUNCTION(); in main()
181 BOOST_LOG_FUNCTION(); in BOOST_LOG_INLINE_GLOBAL_LOGGER_DEFAULT()
52 BOOST_CHECK(BOOST_IS_DEFINED(BOOST_LOG_FUNCTION())); in BOOST_AUTO_TEST_CASE()
17 * Provide a macro, like `BOOST_LOG_FUNCTION`, but with ability to automatically log all function ar…
227 Now we can mark execution scopes with the macros `BOOST_LOG_FUNCTION` and `BOOST_LOG_NAMED_SCOPE` (…232 BOOST_LOG_FUNCTION();267 …BOOST_LOG_FUNCTION` macro uses compiler-specific extensions to generate the scope name from the en…273 BOOST_LOG_FUNCTION();285 BOOST_LOG_FUNCTION();
367 …[[%c] [Function name, if the scope is denoted with `BOOST_LOG_FUNCTION`, otherwise the ful…368 …on name, without the function scope, if the scope is denoted with `BOOST_LOG_FUNCTION`, otherwise …374 …BOOST_LOG_FUNCTION` macro to automatically generate scope names from the enclosing function name. …
14 …tained even when no logging is done, so if a function `foo` has a `BOOST_LOG_FUNCTION()` statement…16 Dynamic memory allocation also introduces exception safety issues: the `BOOST_LOG_FUNCTION()` state…
110 BOOST_LOG_FUNCTION.html