Class: CemAcpt::Logging::Formatter::GithubActionFormatter
- Inherits:
-
FileFormatter
- Object
- FileFormatter
- CemAcpt::Logging::Formatter::GithubActionFormatter
- Defined in:
- lib/cem_acpt/logging/formatter.rb
Constant Summary collapse
- SEV_MAP =
{ 'DEBUG' => '::debug::', 'INFO' => '::notice::', 'WARN' => '::warning::', 'ERROR' => '::error::', 'FATAL' => '::error::', }.freeze
Instance Attribute Summary
Attributes inherited from FileFormatter
Instance Method Summary collapse
-
#initialize ⇒ GithubActionFormatter
constructor
A new instance of GithubActionFormatter.
Methods inherited from FileFormatter
Constructor Details
#initialize ⇒ GithubActionFormatter
Returns a new instance of GithubActionFormatter.
84 85 86 87 |
# File 'lib/cem_acpt/logging/formatter.rb', line 84 def initialize super @log_format = :github_action end |