# File lib/main/logger.rb, line 19
    def turn which
      @logdev.extend OnOff unless OnOff === @logdev
      @logdev.turn which
    end