[slf4j-dev] [Bug 35] Provide Root-Accessor

2007-01-29 Thread bugzilla-daemon
show_bug.cgi?id=35





--- Comment #3 from [EMAIL PROTECTED]  2007-01-30 01:19 ---
Between "", "root", and "ROOT" my preference is a public constant named
ROOT_LOGGER or ROOT_NAME with the value "".

This would be compatible w/ java.util.logging, x4juli and Log4J.

Implementors of java.util.logging and x4juli would just forward the call.

Implementors of Log4J would test for "" and then would call getRootLogger()
instead of getLogger().

"root" and "ROOT" are valid logger names in java.util.logging, x4juli and Log4J
*not* being the root logger.


-- 
Configure bugmail: userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev


[slf4j-dev] [Bug 35] Provide Root-Accessor

2007-01-29 Thread bugzilla-daemon
show_bug.cgi?id=35





--- Comment #2 from [EMAIL PROTECTED]  2007-01-29 23:03 ---
Sebastian,

Would it be acceptable if instead of adding a new method to ILoggerFactory
(e.g. getRootLogger()), the currently existing method, namely
getLogger(String), was modified to return the root logger when called with the
string "ROOT" as argument?


-- 
Configure bugmail: userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev


[slf4j-dev] [Bug 37] please compile using java 1.3

2007-01-29 Thread bugzilla-daemon
show_bug.cgi?id=37


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from [EMAIL PROTECTED]  2007-01-29 22:35 ---
Hello Nicolas,

Thanks for the bug report.

I've checked in the required modifications into SVN. Could please give the
modifed version of SLF4J (1.3-SNAPSHOT) a try? If you are familiar with Maven,
it should build out of the box. Let me know how it goes.


-- 
Configure bugmail: userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev


[slf4j-dev] svn commit: r697 - in slf4j/trunk: . slf4j-jdk14

2007-01-29 Thread ceki
Author: ceki
Date: Mon Jan 29 22:16:43 2007
New Revision: 697

Modified:
   slf4j/trunk/pom.xml
   slf4j/trunk/slf4j-jdk14/pom.xml

Log:

target JDK 1.3 as requested in bug report 37. 
http://bugzilla.slf4j.org/show_bug.cgi?id=37

Modified: slf4j/trunk/pom.xml
==
--- slf4j/trunk/pom.xml (original)
+++ slf4j/trunk/pom.xml Mon Jan 29 22:16:43 2007
@@ -52,8 +52,8 @@
org.apache.maven.plugins
maven-compiler-plugin

-   1.4
-   1.4
+   1.3
+   1.3


  

Modified: slf4j/trunk/slf4j-jdk14/pom.xml
==
--- slf4j/trunk/slf4j-jdk14/pom.xml (original)
+++ slf4j/trunk/slf4j-jdk14/pom.xml Mon Jan 29 22:16:43 2007
@@ -33,6 +33,16 @@
 
   
   
+
+  
+org.apache.maven.plugins
+   maven-compiler-plugin
+   
+  1.4
+  1.4
+   
+   
+
   
 org.apache.maven.plugins
 maven-jar-plugin
___
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev


[slf4j-dev] [Bug 37] New: please compile using java 1.3

2007-01-29 Thread bugzilla-daemon
show_bug.cgi?id=37

   Summary: please compile using java 1.3
   Product: SLF4J
   Version: unspecified
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: blocker
  Priority: P1
 Component: Core API
AssignedTo: dev@slf4j.org
ReportedBy: [EMAIL PROTECTED]


All classes compile under Java 1.3, expect :
- the Jdk14logger
- the tests classes

Changing the compiler-plugin configuration to target java 1.3 make slf4j
available to java1.3 jre (in my case, websphere 5.0)


-- 
Configure bugmail: userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev


[slf4j-dev] [Bug 36] Date of 1.2 release posted wrong on web site News page

2007-01-29 Thread bugzilla-daemon
show_bug.cgi?id=36


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED




-- 
Configure bugmail: userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev


[slf4j-dev] [Bug 36] Date of 1.2 release posted wrong on web site News page

2007-01-29 Thread bugzilla-daemon
show_bug.cgi?id=36


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




-- 
Configure bugmail: userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev


[slf4j-dev] [Bug 36] Date of 1.2 release posted wrong on web site News page

2007-01-29 Thread bugzilla-daemon
show_bug.cgi?id=36





--- Comment #1 from [EMAIL PROTECTED]  2007-01-29 12:18 ---
Hello Dov,

Thanks for the report, I've corrected the date :)

Sébastien


-- 
Configure bugmail: userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.
___
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev