Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
supermeter / consts / brain_log_levels.py
Size: Mime:
# Copyright (C) 2022, Supertenant Ltd. - All Rights Reserved.
# Generated by superconsts autogen, DO NOT EDIT!

BRAIN_LOG_LEVEL_TRACE = -1
BRAIN_LOG_LEVEL_DEBUG = 0
BRAIN_LOG_LEVEL_INFO = 1
BRAIN_LOG_LEVEL_WARN = 2
BRAIN_LOG_LEVEL_ERROR = 3
BRAIN_LOG_LEVEL_FATAL = 4