ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
loggers.mod.cpp
1//##################################################################################################
2// ALib C++ Framework
3//
4// Copyright 2013-2026 A-Worx GmbH, Germany
5// Published under 'Boost Software License' (a free software license, see LICENSE.txt)
6//##################################################################################################
7//========================================= Global Fragment ========================================
8module;
11#include <fstream>
12#include <iostream>
13#include <ostream>
14#include <string.h>
15
16//============================================= Imports ============================================
17module ALib.ALox.Impl;
18 import ALib.Lang;
20 import ALib.Strings;
22 import ALib.Camp;
23 import ALib.Camp.Base;
24//========================================== Implementation ========================================
26#include "ansilogger.cpp"
27#include "consolelogger.cpp"
28#include "textfilelogger.cpp"
29#include "vstudiologger.cpp"
30#if defined( _WIN32 )
31#include "windowsconsolelogger.cpp"
32#endif
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_POP_ALLOWANCE