From 58b533fc716ff716e36b88ae84428a6a05d4db0e Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 28 Oct 2022 14:23:25 -0400 Subject: log: Logging, but make it :sparkles: pretty :sparkles: --- src/log.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index cf2fa3e..e09ed82 100644 --- a/src/log.h +++ b/src/log.h @@ -18,6 +18,8 @@ /* ##### EXPORTED FUNCTION DECLARATIONS ######################################### */ - /* :TODO:10/27/2022 11:48:08 AM:: Sort out other levels */ -int debug(char msg[]); -int info(char msg[]); + +int debug(char msg[], ...); +int info(char msg[], ...); +int warning(char msg[], ...); +int error(char msg[], ...); -- cgit v1.2.3