]> mj.ucw.cz Git - libucw.git/history - ucw/log.h
UCW::CGI -- fixed a bug in parsing of boundaries
[libucw.git] / ucw / log.h
2009-02-21 Martin MaresLogging: Let log_new_file() and log_new_fd() accept...
2009-02-20 Martin MaresLogging: Added configurable limits.
2009-02-20 Martin MaresLogging: Introduce LS_NUM_TYPES and use it.
2009-02-20 Martin MaresLogging: Let log_msg contain the current time as a...
2009-02-19 Martin MaresLogging: Implemented message types.
2009-02-19 Martin MaresLogging: The list of level names is consistent again.
2009-02-19 Martin MaresLogging: Report logging errors.
2009-02-19 Martin MaresLogging: Let log handlers return errno upon error.
2009-02-18 Martin MaresLogging: Cleaned up documentation.
2009-02-16 Martin MaresLogging: Add log_configured() to set up the default...
2009-02-16 Martin MaresLogging: Let the default log format follow previous...
2009-02-16 Martin MaresLogging: Improved log-syslog.
2009-02-15 Martin MaresLogging: A rough sketch of the logging configuration.
2009-02-14 Martin MaresLogging: Removed duplicate comments.
2009-02-14 Martin MaresLogging: Documentation and minor cleanups of headers.
2009-02-14 Martin MaresLogging: The first bits of documentation.
2009-02-14 Martin MaresLogging: Added log_set_format() and log_default_stream().
2009-02-13 Martin MaresLogging: Introduce inheritance of log_stream's.
2009-02-13 Martin MaresLogging: LOG_STREAM_DEFAULT is no longer needed.
2009-02-13 Martin MaresLogging: Introduce use counts on streams.
2009-02-13 Martin MaresLogging: Improved documentation of struct log_stream.
2009-02-13 Martin MaresLogging: Use LOG_STREAM_DEFAULT to refer to the default...
2009-02-13 Martin MaresLogging: Introduced struct log_msg.
2009-02-13 Martin MaresLogging: Rewritten the log-file module to implement...
2009-02-13 Martin MaresLogging: Cleanup of log-syslog.c.
2009-02-13 Martin MaresLogging: Clean up log-stream.c.
2009-02-13 Martin MaresLogging: Cleanup of log.c
2009-02-13 Martin MaresLogging: Use `uns' instead of `u32' to pass flags.
2009-02-13 Martin MaresLogging: The Great Shuffle