[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SPTK 3.5.7 is out
- To: "SPTK discussion" <sptk@total-knowledge.com>
- Subject: SPTK 3.5.7 is out
- From: "Alexey Parshin" <alexeyp@gmail.com>
- Date: Sat, 19 Jan 2008 09:47:29 +1100
- Delivered-to: mailing list sptk@total-knowledge.com
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=4704RpsZTWTkI5md4nKXKXIPXs71NnuXTh4WAsDZ4g4=; b=UE1F+dwxPU6q7SfC0xE0q/VvLh3FlUNSxIgLafsU4CVr/AHFCXa7R6XnB0zVEiBFSM2DRlEw45NflPDBqnYgslH7S9efZFph5IxCFeOpB6Hdw5C1kKtiioJgMV9UEb+N8CDiNliJil9h/vPc65JCmQzcXJi3YJKc0hB8z0J8y3g=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=PFKrbDEgPZ4rwfwghOtQsLNIOhJ+aaP3rCUBDRYICpkIyR4wBd9YIizrl6AaxIlCCXhVQD/aJ1tChuCvoQ4iLia/L/vt7aJdOPKM3M0wIBm8IyvIu4RaFmLs89KK2IrKh7Q0fEVFoV547+rgrBqLlhCIf/z7OM3YnICMdFbGN2c=
- Mailing-list: contact sptk-help@total-knowledge.com; run by ezmlm
Dear Friend,
SPTK 3.5.7 is out. You can download the updated version *nix tarball
<http://www.sptk.net/sptk-3.5.7.tbz2> or zip archive
<http://www.sptk.net/sptk-3.5.7.zip>.
This release contains a set of bug fixes for SPTK PostgreSQL driver. It also
includes a new class, CProxyLog. The new CProxyLog class works almost like
any other log class in SPTK, but the output is written into the parent log
defined in CProxyLog constructor. The main idea is to provide thread-safe
way for several threads to write into the same physical log.
The existing class CBaseLog was extended to support minimal log priority.
For instance, defining minimal log priority as CLP_ERROR allows blocking all
the log messages with less priority, like CLP_DEBUG or CLP_INFO. Also, you
can use defaultPriority() method to define a default log message priority.
SPTK development team,
http://www.sptk.net
List hosted by Total Knowledge
Authoright © Total Knowledge: 2005