Method: Main::Logger#turn

Defined in:
lib/main/logger.rb

#turn(which) ⇒ Object



19
20
21
22
# File 'lib/main/logger.rb', line 19

def turn which
  @logdev.extend OnOff unless OnOff === @logdev
  @logdev.turn which
end