X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Flog.txt;h=61e443e9651e0355df5ab85a3585fcbc57489354;hb=ec6703bb4d58e504fde8ea8429f9b26ab6632696;hp=28265f7290af6c4795cb5d85e8736f75df062435;hpb=b6acda64c6f8fdb461fc62a03b4030bfc7f1ae07;p=libucw.git diff --git a/ucw/doc/log.txt b/ucw/doc/log.txt index 28265f72..61e443e9 100644 --- a/ucw/doc/log.txt +++ b/ucw/doc/log.txt @@ -64,9 +64,9 @@ When a log stream receives a message, it is processed as follows: When no stream is explicitly selected, msg() uses the default stream, which has registration number 0 and which is also returned by log_default_stream(). This stream has no explicit destination, but it can have substreams. (When -a program starts, the default stream is connected to stderr; a call to log_file() +a program starts, the default stream is connected to stderr. A call to log_file() establishes a file logging stream and links it as the only substream of the -default stream.) +default stream. If you want to do that with any other log stream, call log_set_default_stream().) Streams are reference-counted. When a stream is created, it gets reference count 1. When it is linked as a substream of another stream, its reference count is incremented.