1 // Copyright (C) 2006  Davis E. King (davis@dlib.net)
2 // License: Boost Software License   See LICENSE.txt for the full license.
3 #ifndef DLIB_LOGGEr_
4 #define DLIB_LOGGEr_
5 
6 #include "logger/logger_kernel_1.h"
7 #include "logger/extra_logger_headers.h"
8 #include "logger/logger_config_file.h"
9 
10 #endif // DLIB_LOGGEr_
11 
12