Class: LockJar::Logging

Inherits:
Object
  • Object
show all
Defined in:
lib/lock_jar/logging.rb

Class Method Summary collapse

Class Method Details

.verbose!Object



6
7
8
9
10
11
12
# File 'lib/lock_jar/logging.rb', line 6

def self.verbose!
  Naether::Java.exec_static_method(
    'com.tobedevoured.naether.LogUtil',
    'setDefaultLogLevel',
    ['info']
  )
end