module Docker::Registry::Sync::STDLogLvl

Public Class Methods

debug() click to toggle source
# File lib/docker/registry/sync/configuration.rb, line 6
def debug
  1
end
error() click to toggle source
# File lib/docker/registry/sync/configuration.rb, line 14
def error
  3
end
info() click to toggle source
# File lib/docker/registry/sync/configuration.rb, line 10
def info
  2
end
off() click to toggle source
# File lib/docker/registry/sync/configuration.rb, line 18
def off
  4
end