Fix the second-choice logger
This commit is contained in:
@@ -21,7 +21,7 @@ module SharpCoin
|
||||
end
|
||||
|
||||
def logger
|
||||
@logger || self.class.logger || DummyLogger.new
|
||||
@logger || Logging::logger || DummyLogger.new
|
||||
end
|
||||
|
||||
# @param[Array[Symbol,String]|Array[String]] Data to log. Can specify a log
|
||||
|
Reference in New Issue
Block a user