enum ov::util::LOG_TYPE

#include <log.hpp>

enum LOG_TYPE
{
    _LOG_TYPE_ERROR,
    _LOG_TYPE_WARNING,
    _LOG_TYPE_INFO,
    _LOG_TYPE_DEBUG,
};