Class: ManageIQ::Loggers::Container
- Defined in:
- lib/manageiq/loggers/container.rb
Defined Under Namespace
Classes: Formatter
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #filename ⇒ Object
-
#initialize(logdev = STDOUT, *args) ⇒ Container
constructor
A new instance of Container.
Methods inherited from Base
#level, #log_backtrace, log_hashes, #log_hashes, log_hashes_filter, #log_hashes_filter, log_hashes_filter=, #log_hashes_filter=, #silence
Constructor Details
Instance Method Details
#filename ⇒ Object
12 13 14 |
# File 'lib/manageiq/loggers/container.rb', line 12 def filename "STDOUT" end |