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