Tag Archives: logging

Fast debug someone else’s PHP application

Some­times you need to make a small fix to someone’s code (e.g. you are hack­ing exist­ing applic­a­tion). And unfor­tu­nately 85% times you’ll meet strange bugs. Most of such bugs are because of unex­pec­ted “input”, e.g. you expect that vari­able should be … Con­tinue read­ing

Posted in Development, How To's | Tagged , , , | Leave a comment

Log­ging method name with Log4Net

I totally dis­like to code in any pro­pri­et­ary lan­guage or using any pro­pri­et­ary tech­no­logy. But due to my job I need to deal with them, for get my work done for my employer. So for log­ging in .net or mono I use … Con­tinue read­ing

Posted in Development | Tagged , , | Leave a comment