Download List

專案描述

Bolt is a logging tool for the Objective Caml language.

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.

2012-10-27 08:51
1.4

This release adds a new layout ("minimal", printing only the message),
and two new outputs
("bell" writing the bell character on standard output,
and "say" using the text-to-speech engine of Mac OS X).

The configuration file format now accepts "&&" and "||" operators in filters.

The concept of a "mode" is introduced,
allowing control of when data is actually written to output.

Support for Pajé as been updated (for version 1.2.3), and Growl can now be used under Windows.

Five bugs (including a critical one and a major one) have also been fixed.
標籤: features, Bugfixes

2012-08-15 06:46
1.3

Support for Daikon and Pajé formats has been enhanced. The dependency on the "Str" library has been removed. A new configuration format is available (the old one is still supported). Loggers are now stored in a tree, for better performances. The code has been updated for OCaml 4.00.0.
標籤: features

2011-08-15 23:35
1.2

An update was made for Objective Caml 3.12.1. Support for Daikon layout was added. Support for Paje layout was enhanced. File rotation can now be requested on signal reception (SIGHUP, SIGUSR1, or SIGUSR2) using the "signal" key in the configuration file. A syntax extension adds the possibility to use an identifier as the "LOG" message. Another syntax extension adds "WITH" and "EXN" as synonyms for "PROPERTIES" and "EXCEPTION" respectively. Some code factorization was done.
標籤: Minor, feature

2011-02-06 22:23
1.1

The code was updated for Objective Caml 3.12.0. A new build system based on ocamlbuild was added. The code was refactored. The manual was enhanced. Growl output is supported. Preliminary support for Paje layout was added. Unportable use of "which" was fixed. The thread-compatibility module was fixed so that it compiles. printf-like messages now support more than two arguments. The META file now contains all dependencies. The preprocessor no longer removes the parentheses from the first argument. Tests no longer fail if "ocamljava" is not present.
標籤: Minor

2009-12-18 07:23
1.0

This release has switched to OCaml 3.11.1. It has support for multi-threaded applications, plugins, printf-like notation in "LOG" statements, and ocamlfind installation. There are various minor fixes.
標籤: Minor

Project Resources