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