ctorm provides a simple, colored logging system for your general logging usage.
ctorm_info("some information");
ctorm_warn("you better read this");
ctorm_fail("PANIC!!");
By default ctorm will log information about every single request, you can disable/enabled this with the app configuration.