Class: Zlog::Layouts::SimpleNamed

Inherits:
Logging::Layout
  • Object
show all
Includes:
SimpleCore
Defined in:
lib/zlog/simple_layouts.rb

Overview

Simple layout for easy readability

Constant Summary

Constants included from SimpleCore

Zlog::Layouts::SimpleCore::LOGLEVEL2NAME, Zlog::Layouts::SimpleCore::STDOUT_PATTERN_256COLORS, Zlog::Layouts::SimpleCore::STDOUT_PATTERN_8COLORS, Zlog::Layouts::SimpleCore::STDOUT_PATTERN_NOCOLORS

Instance Method Summary collapse

Methods included from SimpleCore

#format_simple

Instance Method Details

#format(event) ⇒ Object

format log events



118
119
120
# File 'lib/zlog/simple_layouts.rb', line 118

def format( event )
  format_simple event, true
end