ossp-pkg/l2/l2.pod 1.10 -> 1.11
--- l2.pod 2001/11/16 23:00:47 1.10
+++ l2.pod 2001/12/08 20:58:14 1.11
@@ -73,6 +73,19 @@
and takes less coding effort. The channel definition language is almost
always sufficient for an application using L2.
+=head1 LOGGING LEVELS
+
+PANIC fatal error -> immediate abort (SIGBUS, SIGSEGV)
+CRITICAL temporary failure -> sleep, retry possible (malloc == NULL)
+ERROR functionality error
+WARNING functionality successful
+NOTICE operation, statistics, start/stop
+--- border line production/testing ---
+INFO step-by-step
+TRACE I/O tracing
+--- border line end-user/developer
+DEBUG debugging messages
+
=head1 CHANNEL TREE SPECIFICATION
An L2 channel tree can be descriped by a textual specification according
|
|