Class: SelectRailsLog::Printer::RawPrinter

Inherits:
BasePrinter show all
Defined in:
lib/select_rails_log/printer/raw_printer.rb

Constant Summary collapse

SUFFIX =
".log"
DATETIME_FORMAT =
"%FT%T.%6N"

Constants included from Constants

Constants::ACTION, Constants::CLIENT, Constants::COMPLETED, Constants::CONTROLLER, Constants::DEBUG, Constants::DEFAULT_OUTPUT, Constants::DURATION, Constants::HTTP_METHOD, Constants::HTTP_STATUS, Constants::ID, Constants::INTERVAL, Constants::LOGS, Constants::MESSAGE, Constants::PARAMETERS, Constants::PATH, Constants::PERFORMANCE, Constants::PERFORMANCE_ACTIVE_RECORD, Constants::PERFORMANCE_ALLOCATIONS, Constants::PERFORMANCE_VIEWS, Constants::PID, Constants::RAW_LOGS, Constants::REQUEST_ID, Constants::SEVERITY, Constants::STARTED, Constants::TIME

Instance Attribute Summary

Attributes inherited from Extension

#options

Method Summary

Methods inherited from BasePrinter

#close, #initialize, #output_directory?, #output_stdout?, #print, #runnable?

Methods inherited from Extension

#initialize, option_initializers, #runnable?

Constructor Details

This class inherits a constructor from SelectRailsLog::Printer::BasePrinter