API
 
Loading...
Searching...
No Matches
logManager.cpp
Go to the documentation of this file.
1/** \file logManager.cpp
2 * \brief The MagAO-X log manager.
3 * \author Jared R. Males (jaredmales@gmail.com)
4 *
5 * \ingroup logger_files
6 *
7 */
8
9#include "logFileRaw.hpp"
10#include "logManager.hpp"
11
12
13namespace MagAOX
14{
15namespace logger
16{
17
18//template struct logManager<logFileRaw>;
19
20} //namespace logger
21} //namespace MagAOX
22
Manage a raw log file.
The MagAO-X log manager.
Definition dm.hpp:24