public interface Formatter
Modifier and Type | Method and Description |
---|---|
String |
format(Level level,
String msg) |
void |
format(Level level,
String msg,
OutputStream out) |
String |
format(Throwable t,
boolean terminated) |
void |
format(Throwable t,
boolean terminated,
OutputStream out) |
void |
setDateFormat(String dateFormat) |
Copyright © 2018. All rights reserved.