binaryage / firelogger.php

PHP library for FireLogger - a logger console integrated into Firebug
http://firelogger.binaryage.com/php
Other
68 stars 16 forks source link

Logging percent sign (%) #10

Closed milo closed 14 years ago

milo commented 14 years ago

When logging string which contains % sign, first % sign and first letter after that is converted to "[ ]".

flog( "Text %text %text %text" ); results to "file.php:10 Text [ ]ext %text %text"

darwin commented 14 years ago

added test related to fix http://github.com/darwin/firelogger/commit/013c97f (closed by 502ed80caf780c40045290095a55cfbc9247d357)