2007-01-22 20:12:47 -05:00
|
|
|
<configuration name="console.conf" description="Console Logger">
|
|
|
|
<!-- pick a file name, a function name or 'all' -->
|
|
|
|
<!-- map as many as you need for specific debugging -->
|
|
|
|
<mappings>
|
2007-12-05 15:24:20 -05:00
|
|
|
<!--
|
|
|
|
name can be a file name, function name or 'all'
|
2007-12-10 14:16:50 -05:00
|
|
|
value is one or more of debug,info,notice,warning,err,crit,alert,all
|
2007-12-05 15:24:20 -05:00
|
|
|
-->
|
2008-02-04 12:06:43 -05:00
|
|
|
<map name="all" value="debug,info,notice,warning,err,crit,alert"/>
|
2007-01-22 20:12:47 -05:00
|
|
|
</mappings>
|
2007-02-28 13:28:07 -05:00
|
|
|
<settings>
|
2007-12-05 15:24:20 -05:00
|
|
|
<!-- comment or set to false for no color logging -->
|
|
|
|
<param name="colorize" value="true"/>
|
2007-02-28 13:28:07 -05:00
|
|
|
</settings>
|
2007-01-22 20:12:47 -05:00
|
|
|
</configuration>
|