diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -1,15 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -#include "log.h" - -int -main(int argc, char **argv) -{ - Log *log = log_create(__FILE__); - log_debug(log, "debug log"); - log_info(log, "info log"); - log_warn(log, "warning log"); - log_error(log, "error log"); - - return 0; -} |