module AwesomeFluentLogger
Constants
- VERSION
Public Class Methods
new(**args)
click to toggle source
# File lib/awesome_fluent_logger.rb, line 6 def self.new(**args) AwesomeFluentLogger::Logger.new(**args) end