// --------------------------------------------------------------------------
// --
// -- LOGGING - Logging handlers.
// --
// --
// --------------------------------------------------------------------------

// --------------------------------------------------------------------------
// -- Includes
// --------------------------------------------------------------------------
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include "defines.h"
#include "logs.h"

// --------------------------------------------------------------------------
// -- Definitions
// --------------------------------------------------------------------------


// --------------------------------------------------------------------------
// -- Methods
// --------------------------------------------------------------------------

// --- Constructor ------------------

// --- Destructor -------------------
// NONE



