ダウンロードリスト

プロジェクト概要

RLog は、柔軟なメッセージロギング C++ プログラムとライブラリの機能を提供します。サブスクリプション ベース、あなたの選択の方法の数のメッセージをサブスクライブすることができます意味です: 階層チャネル名で ("debug"など"デバッグ/特別な"、「エラー」、等)、またはファイル名、コンポーネント名など。ログ メッセージは個別に有効になります。それは生産コード - ここで多くの倍両方 GCC と呼ばれるインテル ® コンパイラー オーバーヘッドを軽減ログいくつかのクロック サイクル休止 (サブスクライバー) を持つ場合に残すには十分に速くするものです。その他のアドオン ・ コンポーネントは、サブスクリプションを有効にして、デバッグ メッセージをリモートで収集することができます、外部のプログラムを拡張できます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2008-06-15 21:20
1.4

更新gccの4.xまたはVC8でコンパイルするために行われました。現在の動的モジュールで使用する方が簡単です。スレッドの安全性を改善しました。
タグ: Major feature enhancements
Updates were made to compile with gcc 4.x or VC8.
It is now easier to use in dynamic modules. Thread
safety was improved.

2005-11-12 07:54
1.3.7

特長StdioNodeロガーに追加され、ビルドスクリプトを更新しました。
タグ: Minor feature enhancements
Features were added to the StdioNode logger and the build scripts were updated.

2004-12-09 16:18
1.3.6

初期化され、"情報"チャンネルFreeBSDとMac OS Xでビルドの問題を一緒に固定された
タグ: Minor bugfixes
An uninitialized "info" channel was fixed along with build problems under FreeBSD and Mac OS X.

2004-11-09 02:54
1.3.5

autoconfのビルドautomakeはツールの新しいバージョンで動作する(ために必要な更新されているのSuSE 9.2ビルド)。変更があることC言語で可変引数マクロの欠如任意のフォーム+ +(変化のVisual C +をサポートするため+)ベースのコンパイラをサポートするためです。
タグ: Minor feature enhancements
The autoconf build has been updated to work with newer versions of the automake tools (needed for the SuSE 9.2 build). There are changes to support compilers that lack any form of variadic macros in C++ (based on changes to support Visual C++).

2004-06-01 23:17
1.3.4

移植性を改善できるようにするための古いコンパイラおよびx86以外のコンピュータ上に構築。 Valgrindはサポートして任意のときにvalgrindの下で実行を主張するためのスタックトレースを提供します。 printfのヘルパーマクロスタイルErrorインスタンスを建設。
タグ: Minor feature enhancements
Portability improvements to allow building on older compilers and non-x86 computers. Valgrind support to provide a stack trace for any assert when running under valgrind. A helper macro for printf-style Error instance construction.

プロジェクトリソース