User: kimptoc
Date: 01/09/01 12:50:32
Modified:src/main/org/jboss/logging Log.java Logger.java
Log:
remove deprecated logging import, where possible, otherwise comment as needing
replacement with log4j must find out how it is use would be good if the
deprecation message p
User: starksm
Date: 01/06/15 14:54:20
Modified:src/main/org/jboss/logging Log.java
Log:
Add check to prevent invalid console appender configurations from
creating infinite looping.
Add NDC.push()/NDC.pop() usage in the Log setLog()/unsetLog() methods
Revision ChangesP
User: starksm
Date: 01/04/24 21:09:21
Modified:src/main/org/jboss/logging Log.java LogToCategory.java
Log:
Use the LogToCategory as the default implementation of the Log type
in createLog rather than DefaultLog
Revision ChangesPath
1.11 +2 -2 jboss/src/main/
User: juhalindfors
Date: 01/04/11 06:37:46
Modified:src/main/org/jboss/logging Log.java
Log:
Using Reader instead of InputStream.
(Patch #414002 submitted by Samuel Niles Peretz)
Revision ChangesPath
1.9 +3 -2 jboss/src/main/org/jboss/logging/Log.java
I
User: stacycurl
Date: 01/03/29 09:47:47
Modified:src/main/org/jboss/logging Log.java
Log:
Log.createLog checks an environment property JBOSS_LOG_CLASS and
instantiates that class, if JBOSS_LOG_CLASS is missing it reverts back to the
previous behaviour of creating org.jboss.loggi