You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/rdf/util/logger.rb
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ module RDF; module Util
9
9
# Modules must provide `@logger`, which returns an instance of `Logger`, or something responding to `#<<`. Logger may also be specified using an `@options` hash containing a `:logger` entry.
10
10
# @since 2.0.0
11
11
moduleLogger
12
+
# The IOWrapper class is used to store per-logger state while wrapping an IO such as $stderr.
13
+
IOWrapper=DelegateClass(IO)
14
+
12
15
##
13
16
# Logger instance, found using `options[:logger]`, `@logger`, or `@options[:logger]`
0 commit comments