Initial commit
This commit is contained in:
11
app/services/log/loggable.rb
Normal file
11
app/services/log/loggable.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative 'logging'
|
||||
|
||||
module Log
|
||||
module Loggable
|
||||
def logger
|
||||
Logging.instance.logger
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user