Class: Logging::IO::Null

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

Overview

Discard everything.

Instance Attribute Summary

Attributes inherited from Base

#label

Instance Method Summary collapse

Methods inherited from Raw

#write_multiple_messages, #write_single_message

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Logging::IO::Base

Instance Method Details

#writeObject



43
44
# File 'lib/logging/io.rb', line 43

def write(*)
end