public class SimpleLogFormatter extends Formatter
Constructor and Description |
---|
SimpleLogFormatter()
Constructs a
SimpleFormatter object. |
Modifier and Type | Method and Description |
---|---|
String |
format(LogRecord r)
Format the logrecord as a single line with well defined columns.
|
static String |
left(String s,
int width,
char fillChar)
Left justify a string.
|
formatMessage, getHead, getTail
Copyright © 2018 Eclipse Paho. All rights reserved.