Class: GoogleCloudRun::DummyFormatter
- Inherits:
-
Logger::Formatter
- Object
- Logger::Formatter
- GoogleCloudRun::DummyFormatter
- Defined in:
- lib/google_cloud_run/logger.rb
Instance Method Summary collapse
Instance Method Details
#call(severity, timestamp, progname, msg) ⇒ Object
302 303 304 |
# File 'lib/google_cloud_run/logger.rb', line 302 def call(severity, , progname, msg) # we bypass all formatters end |