LogIt++
Loading...
Searching...
No Matches
test_log_depth_2.hpp
Go to the documentation of this file.
1
#pragma once
2
#ifndef _LOGIT_TEST_LOG_DEPTH_2_HPP_INCLUDED
3
#define _LOGIT_TEST_LOG_DEPTH_2_HPP_INCLUDED
4
7
8
namespace
logit
{
9
11
void
test_log_depth_2
() {
12
LOGIT_TRACE0
();
13
LOGIT_TRACE
(
"This is an informational message"
);
14
}
15
16
};
// namespace logit
17
18
#endif
// _LOGIT_TEST_LOG_DEPTH_2_HPP_INCLUDED
19
LOGIT_TRACE0
#define LOGIT_TRACE0()
Definition
LogMacros.hpp:151
LOGIT_TRACE
#define LOGIT_TRACE(...)
Definition
LogMacros.hpp:150
logit
The primary namespace for the LogIt++ library.
logit::test_log_depth_2
void test_log_depth_2()
Logs test messages to verify path shortening at depth level 2.
Definition
test_log_depth_2.hpp:11
include
logit_cpp
logit
test
loggers
file
test_log_depth_2.hpp
Generated by
1.13.2