Sha256: a72e297277c58cb7e47951a63ff02c85ddd333d96adbf843efe1fdce7c7270e4
Contents?: true
Size: 645 Bytes
Versions: 15
Compression:
Stored size: 645 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/logging/type/log_severity.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_enum "google.logging.type.LogSeverity" do value :DEFAULT, 0 value :DEBUG, 100 value :INFO, 200 value :NOTICE, 300 value :WARNING, 400 value :ERROR, 500 value :CRITICAL, 600 value :ALERT, 700 value :EMERGENCY, 800 end end module Google module Logging module Type LogSeverity = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.logging.type.LogSeverity").enummodule end end end
Version data entries
15 entries across 15 versions & 2 rubygems