class Lumberjack::Formatter::PrettyPrintFormatter

def initialize(width = 79)

Parameters:
  • width (Integer) -- The maximum width of the message.
def initialize(width = 79)
  @width = width
end