--- TODO 2001/11/30 17:12:54 1.44
+++ TODO 2001/12/03 10:53:19 1.45
@@ -274,22 +274,3 @@
- automatisch number -> string mapping (fuer error strings)
- !debug -> !code
-To be deleted ---------------------------------------------
-- C:
- log lh;
- lh = log_init(LOG_CFGFILE|LOG_CFGPARENT|LOG_XXX|..., "foo" (=facility));
- log_configure(lh, "foo", LOG_WARN|LOG_LESSER, null);
- log_cb(lh, "x", func, ctx);
- int func(void *ctx, char *str, ...);
- log_msg(lh, LOG_WARN, "..%{foo}x %s...%E..", cp);
- log_dbg(lh, "..%{foo}x %s...%E..", cp);
- log_kill(lh);
-
-- Buffered I/O:
- fuer manche channels non-buffered (debug, errors)
- fuer manche andere aber buffered (access log, performance)
- loesung: I/O ueber callbacks (3x: open, write, close) z.B. RRDTool
-
-- Varargs:
- log ist nur wrapper fuer vlog
-
|