46 #ifndef CCXX_MISSING_H_
50 #ifndef CCXX_THREAD_H_
58 #ifdef CCXX_NAMESPACES
134 #ifndef HAVE_SYSLOG_H
143 ThreadImpl *getPriv(
void);
172 void open(
const char *ident, Class grp = classUser);
180 Slog &operator()(
const char *ident, Class grp = classUser,
181 Level level = levelError);
188 Slog &operator()(Level level, Class grp = classDefault);
193 Slog &operator()(
void);
201 void error(
const char *format, ...);
208 void warn(
const char *format, ...);
215 void debug(
const char *format, ...);
222 void emerg(
const char *format, ...);
229 void alert(
const char *format, ...);
236 void critical(
const char *format, ...);
243 void notice(
const char *format, ...);
250 void info(
const char *format, ...);
265 inline void clogEnable(
bool f=
true)
300 #ifdef CCXX_NAMESPACES