Class: Trifle::Logs::Formatter::Content::Text
- Inherits:
-
Object
- Object
- Trifle::Logs::Formatter::Content::Text
- Defined in:
- lib/trifle/logs/formatter/content/text.rb
Instance Method Summary collapse
Instance Method Details
#format(scope, message) ⇒ Object
8 9 10 11 12 13 |
# File 'lib/trifle/logs/formatter/content/text.rb', line 8 def format(scope, ) [ scope.map { |pair| pair.join(':') }.join(';'), ].join(' ') end |