You.i Engine
YiLoggerCommon.h File Reference
#include "framework/YiPredef.h"
#include "utility/YiString.h"
#include <cstdarg>

Go to the source code of this file.

Classes

struct  YI_LOGGING_PARAMS
 Data type to hold various bits of information for logging. More...
 

Macros

#define PRETTYFUNCTION_PLATFORM   __PRETTY_FUNCTION__
 
#define YI_TRACE_INFO   "", "", 0
 
#define YI_LOG_CHECK_PARAMETERS(tag, msg, ...)
 

Enumerations

enum  YI_LOG_SEVERITY {
  YI_LOG_NONE = 1,
  YI_LOG_FATAL,
  YI_LOG_ERROR,
  YI_LOG_WARNING,
  YI_LOG_INFO,
  YI_LOG_DEBUG
}
 Enumeration for the severity levels. More...