Class: Mediakit::Utils::NullLogger
- Inherits:
-
Object
- Object
- Mediakit::Utils::NullLogger
- Defined in:
- lib/mediakit/utils/null_logger.rb
Instance Attribute Summary collapse
-
#formatter ⇒ Object
Returns the value of attribute formatter.
-
#level ⇒ Object
Returns the value of attribute level.
Instance Method Summary collapse
Instance Attribute Details
#formatter ⇒ Object
Returns the value of attribute formatter.
4 5 6 |
# File 'lib/mediakit/utils/null_logger.rb', line 4 def formatter @formatter end |
#level ⇒ Object
Returns the value of attribute level.
4 5 6 |
# File 'lib/mediakit/utils/null_logger.rb', line 4 def level @level end |
Instance Method Details
#debug ⇒ Object
6 |
# File 'lib/mediakit/utils/null_logger.rb', line 6 def debug(*); end |
#error ⇒ Object
9 |
# File 'lib/mediakit/utils/null_logger.rb', line 9 def error(*); end |
#fatal ⇒ Object
10 |
# File 'lib/mediakit/utils/null_logger.rb', line 10 def fatal(*); end |
#info ⇒ Object
7 |
# File 'lib/mediakit/utils/null_logger.rb', line 7 def info(*); end |
#warn ⇒ Object
8 |
# File 'lib/mediakit/utils/null_logger.rb', line 8 def warn(*); end |