API
 
Loading...
Searching...
No Matches
flatlogs.hpp
Go to the documentation of this file.
1/** \file flatlogs.hpp
2 * \brief Flatlogs single include file.
3 * \author Jared R. Males (jaredmales@gmail.com)
4 *
5 * \ingroup flatlogs_files
6 *
7 * History:
8 * - 2018-08-17 created by JRM
9 */
10#ifndef flatlogs_flatlogs_hpp
11#define flatlogs_flatlogs_hpp
12
13#include "logDefs.hpp"
14#include "logPriority.hpp"
15#include "timespecX.hpp"
16#include "logHeader.hpp"
17#include "logStdFormat.hpp"
18
19#endif //flatlogs_flatlogs_hpp
20
Type definitions for the flatlogs format.
The flatlogs buffer header format.
The MagAO-X logger log priority levels.
Standard formating of log entries for readable output.
A fixed-width timespec structure and utilities.