Support empty output messages to DNS logger
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
# Disables the logger used by RubyDNS due to its excessive verbosity.
|
||||
class Logger
|
||||
|
||||
def debug(msg); end
|
||||
def info(msg); end
|
||||
def error(msg); end
|
||||
def warn(msg); end
|
||||
def debug(msg = ''); end
|
||||
def info(msg = ''); end
|
||||
def error(msg = ''); end
|
||||
def warn(msg = ''); end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user