
23 Oct
2014
23 Oct
'14
7:38 a.m.
http://bugzilla.slf4j.org/show_bug.cgi?id=321 Priority: P5 Bug ID: 321 Assignee: slf4j-dev@qos.ch Summary: instead of appending string.substring(), use string.charSquence() Severity: enhancement Classification: Unclassified OS: Windows NT Reporter: nitin.chauhan@live.com 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.