22 lines
522 B
C++
22 lines
522 B
C++
// AUTO-GENERATED DO NOT TOUCH
|
|
|
|
/*********************************************************************
|
|
* \file UtilsLogger.generated.hpp
|
|
*
|
|
*********************************************************************/
|
|
#ifndef BIGFOOT_UTILSLOGGER_GENERATED_HPP
|
|
#define BIGFOOT_UTILSLOGGER_GENERATED_HPP
|
|
#include <Utils/Log/LogMacros.hpp>
|
|
|
|
#if defined BIGFOOT_NOT_OPTIMIZED
|
|
|
|
namespace Bigfoot
|
|
{
|
|
/*
|
|
* Logger
|
|
*/
|
|
inline Log::LoggerInfo UTILS_LOGGER {"UTILS_LOGGER", Flat::LogLevel::Trace};
|
|
} // namespace Bigfoot
|
|
#endif
|
|
#endif
|