Skip to content

Commit

Permalink
updated readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
Qian Xu committed Jun 15, 2014
1 parent 5f822b8 commit 7759892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ improvements.
It supports now an advanced feature called 'parameterized logging', which can
significantly boost logging performance for disabled logging statement. If the
current log level is lower than the global log level, log message will not be
concatenated.
concatenated.

BEFORE: LOG.Debug(Format('Invalid value %s' [Value]));
NOW: LOG.Debug('Invalid value %s', [Value]);
* Using original Log4D: <code>LOG.Debug(Format('Invalid value %s' [Value]));</code>
* Now: <code>LOG.Debug('Invalid value %s', [Value]);</code>

0 comments on commit 7759892

Please sign in to comment.