package node const ( LOG_LEVEL_FAILURE = 0 LOG_LEVEL_WARNING = 1 LOG_LEVEL_SUCCESS = 2 LOG_LEVEL_INFO = 3 LOG_LEVEL_DEBUG = 4 )