Sha256: 59165fe37ba6339e5ace840be2304842964a3ab09385db1b3792c4c417f4aecc
Contents?: true
Size: 416 Bytes
Versions: 6
Compression:
Stored size: 416 Bytes
Contents
require_relative "version" module Objc2swiftAssistantLogging LOG_LEVEL_ERRORS = 4 LOG_LEVEL_WARNINGS = 3 LOG_LEVEL_VERBOSE = 2 LOG_LEVEL_DEBUG = 1 LOG_LEVEL_NONE = 0 LOG_LEVELS_BY_NAME = [ "error" => LOG_LEVEL_ERRORS, "warning" => LOG_LEVEL_WARNINGS , "verbose" => LOG_LEVEL_VERBOSE , "debug" => LOG_LEVEL_DEBUG, "none" => LOG_LEVEL_NONE ] end
Version data entries
6 entries across 6 versions & 1 rubygems