Module: Consul::Template::Generator::STDLogLvl

Defined in:
lib/consul/template/generator/configuration.rb

Class Method Summary collapse

Class Method Details

.debugObject



6
# File 'lib/consul/template/generator/configuration.rb', line 6

def debug() 1 end

.errorObject



8
# File 'lib/consul/template/generator/configuration.rb', line 8

def error() 3 end

.infoObject



7
# File 'lib/consul/template/generator/configuration.rb', line 7

def info() 2 end

.offObject



9
# File 'lib/consul/template/generator/configuration.rb', line 9

def off() 4 end