Telkin provides wrapper functions for the OS logging API which automatically include the source file and line number of the call. The formatting is the same as the standard printf function.
Example:
Results in:
A tk::fatal function is also provided for fatal errors, which will immediately halt the application and display an error message on-screen.
See include/telkin/Print.h for more information.