append abstract method
Each appender should implement this method to perform custom log output.
Implementation
void append(LogRecord record, Formatter formatter);
Each appender should implement this method to perform custom log output.
void append(LogRecord record, Formatter formatter);