![](https://owocki.com/wp-content/uploads/2012/06/20120627-q2q4wauq8pw7uqtpekxqmw6ia8.jpg)
In-line Logging
From the handy tip department: It’s really nice to have built-in in-line logging for your application. I’m often asked to debug issues in StepOut’s application that would be tough to handle if I was just dropping `echo()` and `die()s` everywhere. In particular, performance issues are a pain to debug without a built-in infrastructure that can spit out performance statistics at any time. Of course Read the article >>