cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw/rule RuleTest.java

2003-09-18 Thread sdeboy
sdeboy 2003/09/18 23:53:05 Modified:src/java/org/apache/log4j/chainsaw/rule RuleTest.java Log: Modified expression evaluation to evaluate and replace inside operator - single pass, no stringbuffers..still need to change scanner to not use stringtokenizer Revision ChangesP

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw LogPanel.java

2003-09-18 Thread psmith
psmith 2003/09/18 21:00:09 Modified:src/java/org/apache/log4j/chainsaw LogPanel.java Log: More refactoring of the Refine focus stuff. Now you can hold the CTRL key down, and move your mouse and those columns that support the Refine focus concept will change the mouse cursor

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw LogUI.java

2003-09-18 Thread psmith
psmith 2003/09/18 20:56:56 Modified:src/java/org/apache/log4j/chainsaw LogUI.java Log: Small change to Plugin Listener notification within Chainsaw. Revision ChangesPath 1.32 +47 -21jakarta-log4j/src/java/org/apache/log4j/chainsaw/LogUI.java Index: LogUI.ja

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw ChainsawColumns.java

2003-09-18 Thread psmith
psmith 2003/09/18 20:56:13 Modified:src/java/org/apache/log4j/chainsaw ChainsawColumns.java Log: added a custom cursor. Revision ChangesPath 1.4 +13 -0 jakarta-log4j/src/java/org/apache/log4j/chainsaw/ChainsawColumns.java Index: ChainsawColumns.java ===

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw SortTableModel.java

2003-09-18 Thread psmith
psmith 2003/09/18 20:55:50 Modified:src/java/org/apache/log4j/chainsaw SortTableModel.java Log: Some refactoring means the sort method does not require as much information. Revision ChangesPath 1.2 +1 -2 jakarta-log4j/src/java/org/apache/log4j/chainsaw/Sort

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw ChainsawCyclicBufferTableModel.java

2003-09-18 Thread psmith
psmith 2003/09/18 20:55:23 Modified:src/java/org/apache/log4j/chainsaw ChainsawCyclicBufferTableModel.java Log: * removed a few methods that were accidently overridden as part of an Eclipse delegate refactor, my bad. * Removed some unneed code used for

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw JSortTable.java

2003-09-18 Thread psmith
psmith 2003/09/18 20:52:42 Modified:src/java/org/apache/log4j/chainsaw JSortTable.java Log: Subtle changes to sorting code means the sorting method did not need as much information. Revision ChangesPath 1.2 +2 -4 jakarta-log4j/src/java/org/apache/log4j/chain

cvs commit: jakarta-log4j/src/java/org/apache/log4j/chainsaw ChainsawStatusBar.java

2003-09-18 Thread psmith
psmith 2003/09/18 20:51:45 Modified:src/java/org/apache/log4j/chainsaw ChainsawStatusBar.java Log: Wasn't properly updating the # displayed, unfiltered events correctly. Revision ChangesPath 1.5 +1 -1 jakarta-log4j/src/java/org/apache/log4j/chainsaw/ChainsawS

Re: 1.3 Alpha Plan?

2003-09-18 Thread Paul Smith
> The idea is to have listeners attach to the hierarchy (or logger > repository). Each time a logger changes its level, or appenders are > attached/detached from it tells its hierarchy to notify the listeners. > (Listeners are per hierarchy not per logger). > > Events of interests are: > > - h

Re: LogFactor5 (LF5) question or suggestion

2003-09-18 Thread Paul Smith
On Thu, 2003-09-18 at 22:11, Kuki Szabolcs wrote: > Hi, > > I use version 1.2.8 of Log4j and I wonder if in FL5 category tree (in > left) would be possible to add at root level a location entry which > would hold a subtree like: package_1/package_n/class/method/locations LF5 has been a little q

cvs commit: jakarta-log4j/examples .cvsignore

2003-09-18 Thread ceki
ceki2003/09/18 14:30:26 Modified:docs .cvsignore examples .cvsignore Log: updates to various .cvsignore files Revision ChangesPath 1.6 +2 -0 jakarta-log4j/docs/.cvsignore Index: .cvsignore ===

Re: 1.3 Alpha Plan?

2003-09-18 Thread Ceki Gülcü
At 07:59 AM 9/18/2003 +1000, you wrote: > 3) The internals of log4j are not yet stable. In log4j 1.3, log4j will use > itself for its own logging, which means that there must a clear separation > between log4j's internal logging space and the rest. We do not have that > yet. This will be solved by

cvs commit: jakarta-log4j/examples/trivial - New directory

2003-09-18 Thread ceki
ceki2003/09/18 13:00:26 jakarta-log4j/examples/trivial - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-log4j/examples/pattern - New directory

2003-09-18 Thread ceki
ceki2003/09/18 13:00:26 jakarta-log4j/examples/pattern - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-log4j/examples/sort - New directory

2003-09-18 Thread ceki
ceki2003/09/18 13:00:26 jakarta-log4j/examples/sort - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-log4j/examples/factor - New directory

2003-09-18 Thread ceki
ceki2003/09/18 13:00:26 jakarta-log4j/examples/factor - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Moving examples to src/examples

2003-09-18 Thread Ceki Gülcü
Hi all, It's a pain to have the code in the examples/ directory be in the 'examples' package because this implies that log4j home directory is directory for source code. Thus, I intend to move some files as shown below: MyPatternLayout.java -> pattern/ MyPatternLayout.java MyPatternParser.java

cvs commit: jakarta-log4j/tests/src/java/org/apache/log4j/pattern - New directory

2003-09-18 Thread ceki
ceki2003/09/18 07:54:45 jakarta-log4j/tests/src/java/org/apache/log4j/pattern - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]