Module: SemanticLogger::Appender
- Defined in:
- lib/semantic_logger.rb,
lib/semantic_logger/appender/tcp.rb,
lib/semantic_logger/appender/udp.rb,
lib/semantic_logger/appender/file.rb,
lib/semantic_logger/appender/syslog.rb,
lib/semantic_logger/appender/mongodb.rb,
lib/semantic_logger/appender/wrapper.rb
Defined Under Namespace
Classes: Bugsnag, Elasticsearch, File, Graylog, Honeybadger, Http, MongoDB, NewRelic, Sentry, Splunk, SplunkHttp, Syslog, Tcp, Udp, Wrapper
Constant Summary collapse
- AnsiColors =
DEPRECATED, use SemanticLogger::AnsiColors
SemanticLogger::AnsiColors
Class Method Summary collapse
-
.colorized_formatter ⇒ Object
DEPRECATED: use SemanticLogger::Formatters::Color.new.
-
.json_formatter ⇒ Object
DEPRECATED: use SemanticLogger::Formatters::Json.new.
Class Method Details
.colorized_formatter ⇒ Object
DEPRECATED: use SemanticLogger::Formatters::Color.new
20 21 22 |
# File 'lib/semantic_logger.rb', line 20 def self.colorized_formatter SemanticLogger::Formatters::Color.new end |
.json_formatter ⇒ Object
DEPRECATED: use SemanticLogger::Formatters::Json.new
25 26 27 |
# File 'lib/semantic_logger.rb', line 25 def self.json_formatter SemanticLogger::Formatters::Json.new end |