Wiki

Articles tagged with "logger", sorted by viewsX
Displaying 1-2 of 2 result(s).

Configuring CWebLogRoute for DB profiling

Created about a year ago by Igor IvanovicTutorials1 comment – viewed 9,599 times – ( +3 )
/index.php /protected/config/main.php
tags: logger, profiler, db

How to re enable logging during unit testing

Created about a year ago by AsgarothHow-tos1 comment – viewed 7,271 times – ( +7 )
Some of you have experienced the need to log some information while doing unit testing, due to the fact that the information given in the summary is just not enough, to know why the test is actually failing. this article focuses on 2 ways to get you logs up and running again.