OW2 Consortium

CVS log for howl/howl/logger/src/java/org/objectweb/howl/log/Configuration.java

(logo)

Help

(back) Up to [ObjectWeb-CVS] / howl / howl / logger / src / java / org / objectweb / howl / log

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.15 / (view) - annotate - [select for diffs] , Tue Dec 5 13:51:54 2006 UTC (17 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_1_0_2, HEAD
Changes since 1.14: +5 -2 lines
Diff to previous 1.14
Remove private qualifier from MAX_BUFFER_SIZE for access by junit test case.

Revision 1.14 / (view) - annotate - [select for diffs] , Tue Nov 15 22:43:54 2005 UTC (2 years, 5 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_1_0_1_1, HOWL_1_0_1, HOWL_1_0_0
Changes since 1.13: +29 -1 lines
Diff to previous 1.13
BUG 304291 (also patch 303549) Compute buffer checksums using java.util.zip.Adler32 or ByteBuffer.hashCode based on configuration options.

Revision 1.13 / (view) - annotate - [select for diffs] , Fri Aug 19 19:46:56 2005 UTC (2 years, 8 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_11, HOWL_0_1_10
Changes since 1.12: +10 -3 lines
Diff to previous 1.12
BUG 303907 - Catch IOExceptions and rethrow with descriptive message describing HOWL method that had the error.  This allows JOTM to display a descriptive message without the need of a full stack trace.

Revision 1.12 / (view) - annotate - [select for diffs] , Thu Jun 23 22:28:14 2005 UTC (2 years, 10 months ago) by girouxm
Branch: MAIN
Changes since 1.11: +4 -0 lines
Diff to previous 1.11
Add CVS $ID:$ tags to sources

Revision 1.11 / (view) - annotate - [select for diffs] , Tue Mar 22 22:51:11 2005 UTC (3 years, 1 month ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_9
Changes since 1.10: +51 -11 lines
Diff to previous 1.10
1. all data members are private, and accessed only via setter/getter methods.
2. add flushPartialBuffers property
3. parseProperties: modified to parse properties in alphabetic order (except min/max buffers)
4. parseProperties: add support for flushPartialBuffers
5. parseProperties: remove unnecessary call to showConfig for bufferSize property.

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Nov 4 22:40:01 2004 UTC (3 years, 6 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_8
Changes since 1.9: +6 -3 lines
Diff to previous 1.9
Corrections for BUGS 300934, 300953, 300955, 300957, 300969, 300970.

Revision 1.9 / (view) - annotate - [select for diffs] , Mon Oct 25 14:52:41 2004 UTC (3 years, 6 months ago) by girouxm
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8
Class implements ConfigurationMBean for JMX support.

Revision 1.8 / (view) - annotate - [select for diffs] , Wed Sep 15 14:01:10 2004 UTC (3 years, 7 months ago) by girouxm
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Correct javadocs.

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Sep 9 15:02:04 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_7
Changes since 1.6: +61 -14 lines
Diff to previous 1.6
Add store(OutputStream) method to enable application to save properties.

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Sep 3 18:33:28 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
Changes since 1.5: +54 -18 lines
Diff to previous 1.5
Fix for BUG 300791
getString method modified to trim() property
add logFileMode property

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Aug 19 16:41:26 2004 UTC (3 years, 8 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_6
Changes since 1.4: +7 -5 lines
Diff to previous 1.4
 BUG: 300738 - trim property value

Revision 1.4 / (view) - annotate - [select for diffs] , Fri Jul 23 20:14:59 2004 UTC (3 years, 9 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_5, HOWL_0_1_4
Changes since 1.3: +148 -61 lines
Diff to previous 1.3
Eliminate unused routines.
Add Javadocs to all methods.

Revision 1.3 / (view) - annotate - [select for diffs] , Thu Jun 24 20:07:59 2004 UTC (3 years, 10 months ago) by girouxm
Branch: MAIN
CVS Tags: HOWL_0_1_3
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Improve comments for 'bufferSize' member.

Revision 1.2 / (view) - annotate - [select for diffs] , Mon Jun 21 20:35:35 2004 UTC (3 years, 10 months ago) by girouxm
Branch: MAIN
CVS Tags: JOTM_0_1_1, HOWL_0_1_2, HOWL_0_1_1
Changes since 1.1: +28 -2 lines
Diff to previous 1.1
Correct LICENSE information in java source files.

Revision 1.1 / (view) - annotate - [select for diffs] , Mon Jun 21 19:23:09 2004 UTC (3 years, 10 months ago) by girouxm
Branch: MAIN
Move source from src/org/... to src/java/org/... to fit the Geronimo Maven
build requirements.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

webmaster@ow2.org
Powered by
ViewCVS 0.9.4

Back to OW2 Forge