]>
git.saurik.com Git - apple/hfs.git/blob - livefiles_cs_plugin/lf_cs_logging.c
2 // Copyright (c) 2019-2019 Apple Inc. All rights reserved.
4 // lf_cs_logging.c - Implemenents routines for logging info, erros, warnings
5 // and debug for livefiles Apple_CoreStorage plugin.
11 #include "lf_cs_logging.h"
15 #define VPRINTF(fmt, val) vfprintf(stderr, fmt, val)
18 log_debug(const char *fmt
, ...)
28 log_info(const char *fmt
, ...)
38 log_warn(const char *fmt
, ...)
48 log_err(const char *fmt
, ...)
57 #endif /* !LF_CS_USE_OSLOG */