Dev Essential  1.6.3
Loading...
Searching...
No Matches
logging.h
Go to the documentation of this file.
1
14
15#ifndef A_UTIL_LOGGING_HEADER_INCLUDED
16#define A_UTIL_LOGGING_HEADER_INCLUDED
17
18namespace a_util {
20namespace logging {
21}
22} // namespace a_util
23
24#include <a_util/logging/log.h>
25
26#endif // A_UTIL_LOGGING_HEADER_INCLUDED
Serves as component for basic logging functionality.
Definition logging.h:20
Serves as the root component, with common functionality documented in core functionality.
Definition base.h:24