Package org.slf4j.profiler
Class SpacePadder
java.lang.Object
org.slf4j.profiler.SpacePadder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final void
leftPad
(StringBuffer buf, String s, int desiredLength) Deprecated.static final void
leftPad
(StringBuilder buf, String s, int desiredLength) static final void
rightPad
(StringBuffer buf, String s, int desiredLength) Deprecated.static final void
rightPad
(StringBuilder buf, String s, int desiredLength) static final void
spacePad
(StringBuffer sbuf, int length) Deprecated.static final void
spacePad
(StringBuilder sbuf, int length) Fast space padding method.
-
Field Details
-
LINE_SEP
-
-
Constructor Details
-
SpacePadder
public SpacePadder()
-
-
Method Details
-
leftPad
Deprecated. -
leftPad
-
rightPad
Deprecated. -
rightPad
-
spacePad
Deprecated.Fast space padding method.- Parameters:
sbuf
- the buffer to padlength
- the target size of the buffer after padding
-
spacePad
Fast space padding method.- Parameters:
sbuf
- the buffer to padlength
- the target size of the buffer after padding
-