logging.h

Back to Orphans

pastel/sys/

// Description: An aggregate file for logging

#ifndef PASTELSYS_LOGGING_H
#define PASTELSYS_LOGGING_H

#include "pastel/sys/logging/log.h"
#include "pastel/sys/logging/file_logger.h"
#include "pastel/sys/logging/stream_logger.h"

#endif