Download List

Projeto Descrição

zlog is a reliable, efficient, thread safe, flexible, pure C logging library. It was written because there were no good C logging libraries along the lines of Logback for Java or log4cxx for C++. printf can work, but can not be easily redirected or reformatted, and syslog is slow and designed for system use. It provides a syslog model, log format customization, multiple output, safe run-time reconfiguration, high performance, user-defined log levels, safe log rotation, a log4j-style key-value map, in-built debugging, and no external dependencies.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-08 10:14
1.2.9

Esta é uma liberação de bugfix. O manual de inglês foi revisado por um usuário anônimo generoso.
This is a bugfix release. The English manual has been revised by a generous anonymous user.

2012-11-16 07:03
1.2.5

Correções de bugs, speed-ups e uso de memória reduzida. Armazena em cache a cada seqüência de caracteres de tempo para raramente chamado strftime. Libera buf de mensagem do thread no pthread_exit (). Corrige o makefile para zlog-chk-conf em algumas OSs.
Bugfixes, speed-ups, and reduced memory usage. Caches every time string for rarely called strftime. Releases a thread's message buf at pthread_exit(). Fixes the makefile for zlog-chk-conf on some OSs.

2012-10-01 01:18
1.2.3

Esta é uma versão de bugfix para 1.2. STRFTIME é a parte lenta de logon em sistemas POSIX; uma pesquisa está em andamento para outro método.
This is a bugfix version for 1.2. strftime is the slow part of logging on POSIX systems; a search is in progress for another method.

2012-08-09 06:12
1.2.0

Suporte de tubulação; agora zlog pode produzir logs através de programas como cronolog. Suporte de rotação completa. Outros detalhes de compatibilidade de código e correções de bugs.
Pipeline support; now zlog can output logs through programs like cronolog. Full rotation support. Other code compatibility details and bugfixes.

2012-07-19 22:47
1.1.3

Foi adicionado suporte de saída definida pelo usuário.
User-defined output support was added.

Project Resources