Problem This is a code review for a set of loggers following this question. The project is a universal windows […]
Tag: logging
NSLog-like logging framework for iOS
Problem I am writing a logging framework for iOS. The idea is to create a behavior similar to NSLog to […]
Pruning logs, burning the remains
Problem After implementing some logging in my system, I got tired of digging through very long files trying to determine […]
General application log
Problem In my Node.js applications, I often find it helpful to have an application log so that should something go […]
Automatic flowchart generator
Problem I wanted to see graphically what my programme was doing so I wrote this automatic flowchart generator: class Object […]
Loop through all virtualhost log files and run goaccess on each file
Problem So I have multiple websites running under apache2 virtualhost – and I wanted to use GoAccess to process the […]
PHP exercise to read or write database values
Problem I just came up with the code below but I’m wondering if there is room for improvement? I.e. better […]
Parsing log files in Haskell
Problem I am working through the online materials for CIS 194, a upenn haskell class (not taking the class). This […]
More Elegant Solution to Logging Class
Problem I got this class in C# which works fine. But I was wondering if there was a more elegant […]
Login activity in Android
Problem This is a complete login activity class. What I need reviewed: I need simplify my code as much as […]