log4jdbc icon indicating copy to clipboard operation
log4jdbc copied to clipboard

Continuous spaces Conversion to A space

Open gMan1990 opened this issue 8 years ago • 1 comments

image https://github.com/arthurblake/log4jdbc/blob/dc6edbdb868d86be6c679d0c982d311c4274165d/src-jdbc4/net/sf/log4jdbc/Slf4jSpyLogDelegator.java#L273

StringTokenizer
public StringTokenizer(String str)
Constructs a string tokenizer for the specified string. The tokenizer uses the default delimiter set, which is " \t\n\r\f": the space character, the tab character, the newline character, the carriage-return character, and the form-feed character. Delimiter characters themselves will not be treated as tokens.
Parameters:
str - a string to be parsed.
Throws:
NullPointerException - if str is null

gMan1990 avatar Mar 02 '17 07:03 gMan1990

also in log4jdbc-log4j2 @brunorozendo https://github.com/brunorozendo/log4jdbc-log4j2/blob/2319664cb45d9e96e63ef87ce0b2a3441fb6bcf0/log4jdbc-log4j2-jdbc4.1/src/main/java/net/sf/log4jdbc/log/slf4j/Slf4jSpyLogDelegator.java#L261

gMan1990 avatar Mar 02 '17 09:03 gMan1990