use modified opal logger

logger was having bizarre format errors
copied and simplified (to get on)
This commit is contained in:
Torsten Ruger
2018-05-20 14:45:48 +03:00
parent a350325b6b
commit a7a62d53b2
8 changed files with 694 additions and 58 deletions

View File

@ -7,7 +7,7 @@ class MemLogger
def self.log_stream
@stream = StringIO.new
end
include Logging
include Util::Logging
end
class LoggerTest < MiniTest::Test