[ruby/logger] Mention behavior when logdev is a nil in the document
https://github.com/ruby/logger/commit/8dc270ee23
This commit is contained in:
parent
ae93ebae67
commit
c7da0fcb39
@ -349,8 +349,8 @@ class Logger
|
|||||||
# === Args
|
# === Args
|
||||||
#
|
#
|
||||||
# +logdev+::
|
# +logdev+::
|
||||||
# The log device. This is a filename (String) or IO object (typically
|
# The log device. This is a filename (String), IO object (typically
|
||||||
# +STDOUT+, +STDERR+, or an open file).
|
# +STDOUT+, +STDERR+, or an open file) or nil (it writes nothing).
|
||||||
# +shift_age+::
|
# +shift_age+::
|
||||||
# Number of old log files to keep, *or* frequency of rotation (+daily+,
|
# Number of old log files to keep, *or* frequency of rotation (+daily+,
|
||||||
# +weekly+ or +monthly+). Default value is 0, which disables log file
|
# +weekly+ or +monthly+). Default value is 0, which disables log file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user