www.pudn.com > ChatUseIOCP.rar > DtIncludes.h
#pragma once
#define DTINCLUDES
namespace Datatal
{
/// Log priorities enum.
enum LOG_PRIO
{
LP_HIGH, /// Normally only errors have high priority
LP_NORMAL, /// All logic prints would have NORMAL
LP_LOW /// All extra debug prints would have LOW prio.
};
};