Module: AtlasEngine::LogHelper
- Extended by:
- T::Sig
- Included in:
- AddressImporter::ClearRecordsJob, AddressImporter::ImportLogHelper, AddressImporter::StreetBackfillJob, AddressValidation::Address, AddressValidation::Es::CandidateSelector, AddressValidation::Es::DataMappers::DefaultDataMapper, AddressValidation::Es::Datastore, AddressValidation::Es::Validators::FullAddress, AddressValidation::LogEmitter, AddressValidation::Validators::FullAddress::CandidateResult, AddressValidation::Validators::FullAddress::PostalCodeMatcher, CountryImportsController, CountryRepository, HandlesInterruption, Schema, Types::AddressValidation::AddressInput, Types::QueryType, ValidationTranscriber::AddressParsings, Maintenance::AtlasEngine::ElasticsearchIndexCreateTask
- Defined in:
- app/helpers/atlas_engine/log_helper.rb
Instance Method Summary collapse
- #log_error(message, additional_params = {}) ⇒ Object
- #log_info(message, additional_params = {}) ⇒ Object
- #log_warn(message, additional_params = {}) ⇒ Object
Instance Method Details
#log_error(message, additional_params = {}) ⇒ Object
20 21 22 |
# File 'app/helpers/atlas_engine/log_helper.rb', line 20 def log_error(, additional_params = {}) (:error, , additional_params) end |
#log_info(message, additional_params = {}) ⇒ Object
10 11 12 |
# File 'app/helpers/atlas_engine/log_helper.rb', line 10 def log_info(, additional_params = {}) (:info, , additional_params) end |
#log_warn(message, additional_params = {}) ⇒ Object
15 16 17 |
# File 'app/helpers/atlas_engine/log_helper.rb', line 15 def log_warn(, additional_params = {}) (:warn, , additional_params) end |