]> mj.ucw.cz Git - libucw.git/commit
Logging: Rewritten the log-file module to implement log switching.
authorMartin Mares <mj@ucw.cz>
Fri, 13 Feb 2009 18:20:47 +0000 (19:20 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 13 Feb 2009 18:20:47 +0000 (19:20 +0100)
commit622439339747407ea7bb7db1bcba14eab1d32cbd
treec5842cd187215602585865e2e9785ccc93f6667f
parent9dadd267bcc440e56898577817a47b3914dbe6fc
Logging: Rewritten the log-file module to implement log switching.

  o  log-file is a cross between the old libucw code and Tom's version.
  o  Introduced log_stream->udata for backend's flags.
  o  log_fork() moved to log.c.
  o  log_switch() and log_file() are not implemented yet.
ucw/lib.h
ucw/log-file.c
ucw/log.c
ucw/log.h