lib/jersey/log.rb in jersey-0.0.3 vs lib/jersey/log.rb in jersey-0.1.0
- old
+ new
@@ -7,9 +7,14 @@
class Logger < LogfmtLogger
include Logging::LogTime
include Logging::LogError
end
+ class JsonLogger < JSONLogger
+ include Logging::LogTime
+ include Logging::LogError
+ end
+
module LoggingSingleton
attr_writer :logger
def logger
@logger ||= Jersey::Logger.new