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
8namespace logit {
9
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
The primary namespace for the LogIt++ library.
void test_log_depth_1()
Logs test messages to verify path shortening at depth level 1.