Added log calls to examples

This commit is contained in:
James Booth
2013-09-01 22:43:01 +01:00
parent d07ccd4b5b
commit 316b382330
3 changed files with 12 additions and 0 deletions

View File

@@ -51,6 +51,10 @@ void
prof_on_start(void)
{
prof_cons_show("c-test: on_start");
prof_log_debug("c-test: logged debug");
prof_log_info("c-test: logged info");
prof_log_warning("c-test: logged warning");
prof_log_error("c-test: logged error");
}
void