diff options
Diffstat (limited to 'libglusterfs/src/logging.h')
-rw-r--r-- | libglusterfs/src/logging.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libglusterfs/src/logging.h b/libglusterfs/src/logging.h index f727bfe42..39b593850 100644 --- a/libglusterfs/src/logging.h +++ b/libglusterfs/src/logging.h @@ -120,4 +120,9 @@ void gf_log_set_xl_loglevel (void *xl, gf_loglevel_t level); #define GF_ERROR(xl, format, args...) \ gf_log ((xl)->name, GF_LOG_ERROR, format, ##args) +int +gf_cmd_log (const char *domain, const char *fmt, ...); + +int +gf_cmd_log_init (const char *filename); #endif /* __LOGGING_H__ */ |