We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
File::Null
1 parent 8dc270e commit 2e77277Copy full SHA for 2e77277
lib/logger.rb
@@ -350,7 +350,8 @@ def fatal!; self.level = FATAL; end
350
#
351
# +logdev+::
352
# The log device. This is a filename (String), IO object (typically
353
- # +STDOUT+, +STDERR+, or an open file) or nil (it writes nothing).
+ # +STDOUT+, +STDERR+, or an open file), +nil+ (it writes nothing) or
354
+ # +File::NULL+ (same as +nil+).
355
# +shift_age+::
356
# Number of old log files to keep, *or* frequency of rotation (+daily+,
357
# +weekly+ or +monthly+). Default value is 0, which disables log file
0 commit comments