http://bugzilla.slf4j.org/show_bug.cgi?id=321
Priority: P5
Bug ID: 321
Assignee: [email protected]
Summary: instead of appending string.substring(), use
string.charSquence()
Severity: enhancement
Classification: Unclassified
OS: Windows NT
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: unspecified
Component: Core API
Product: SLF4J
eg.
sbuf.append( messagePattern.substring(begin, end) );
use
sbuf.append( messagePattern, start, end );
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev