mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
Cosmetic tweaks to the default logger
This commit is contained in:
parent
26de9c334d
commit
9621679d2a
@ -70,8 +70,8 @@ public class Logger {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static class DefaultHandler extends Handler {
|
private static class DefaultHandler extends Handler {
|
||||||
private static final int NAME_WIDTH = 18;
|
private static final int NAME_WIDTH = 14;
|
||||||
private static final int METHOD_WIDTH = 20;
|
private static final int METHOD_WIDTH = 15;
|
||||||
private static final int LEVEL_WIDTH = 8;
|
private static final int LEVEL_WIDTH = 8;
|
||||||
|
|
||||||
public Object clone() { return this; }
|
public Object clone() { return this; }
|
||||||
|
Loading…
Reference in New Issue
Block a user