]> mj.ucw.cz Git - libucw.git/history - ucw/log.h
tableprinter: update of xtypes for tableprinter
[libucw.git] / ucw / log.h
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-06-04 Pavel CharvatMerge branch 'master' into dev-sizet
2014-06-03 Tomas VallaMerge branch 'dev-uint'
2014-06-02 Tomas VallaRenamed uns -> uint
2014-02-04 Pavel CharvatMerge branch 'master' of ssh://jabberwock.ucw.cz/projec...
2014-02-04 Martin MaresLogging: Stream filters are permitted to modify log...
2014-01-28 Martin MaresDoc: Fixed function references v5.99
2014-01-14 Martin MaresMerge branch 'master' into dev-opt
2014-01-07 Pavel CharvatMerge branch 'dev-api' into dev-package
2014-01-03 Martin MaresABI: Symbol renames for libucw and libcharset
2012-02-11 Martin MaresUse #include <ucw/...> instead of "ucw/..." (and simila...
2012-02-11 Martin MaresMerge branch 'dev-trans'
2012-01-07 Martin MaresLogging: Added log_set_default_stream()
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