class RJack::Logback::ConsoleAppender
Extends ch.qos.logback.core.ConsoleAppender with a block initializer.
Public Class Methods
new( &block )
click to toggle source
Sets context, default name and layout, yields self to block, and calls self.start
Calls superclass method
# File lib/rjack-logback.rb, line 233 def initialize( &block ) super() set_defaults finish( &block ) end