config/effective_logging.rb in effective_logging-3.5.4 vs config/effective_logging.rb in effective_logging-4.0.0

- old
+ new

@@ -1,8 +1,11 @@ EffectiveLogging.setup do |config| # Configure Database Tables config.logs_table_name = :logs + # Specify Log class + # config.log_class_name = 'Effective::Log' + # Admin Screens Layout Settings # config.layout = { application: 'application', admin: 'admin' } # EffectiveLogger.info('my message') macros # The following exist: info, success, error, view, change, download, email, sign_in, sign_out