PrintAppender constructor

PrintAppender(
  1. Formatter formatter
)

Returns a new ConsoleAppender with the given Formatter

Implementation

PrintAppender(Formatter formatter) : super(formatter);