Module: Logging::Plugins::Json

Defined in:
lib/logging/plugins/json.rb

Class Method Summary collapse

Class Method Details

.initialize_jsonObject

This method will be called by the Logging framework when it first initializes. Here we require the json layout code.



9
10
11
# File 'lib/logging/plugins/json.rb', line 9

def initialize_json
  require_relative '../layouts/json'
end