Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 396 Bytes

log.md

File metadata and controls

14 lines (12 loc) · 396 Bytes

Log Functions

ctorm provides a simple, colored logging system for your general logging usage.

General logging functions

ctorm_info("some information");
ctorm_warn("you better read this");
ctorm_fail("PANIC!!");

Enable/Disable request logging

By default ctorm will log information about every single request, you can disable/enabled this with the app configuration.