Author: carnold
Date: Mon May 31 03:05:04 2010
New Revision: 949657
URL: http://svn.apache.org/viewvc?rev=949657&view=rev
Log:
Committing before thunderstorm gets too bad
Added:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/carnold/log4j2-api/src/main/java/org/apache/logging/core/AcceptAllF
Author: carnold
Date: Sun May 30 21:53:24 2010
New Revision: 949590
URL: http://svn.apache.org/viewvc?rev=949590&view=rev
Log:
Code review comments
Added:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/log4j2-core.iml
Modified:
logging/log4j/branches/BRANCH_2_0_EXPERI
On May 30, 2010, at 2:12 PM, Curt Arnold wrote:
>
> On May 30, 2010, at 11:49 AM, Thorbjørn Ravn Andersen wrote:
>
>> There is one more thing that I would really like to see in log4j 2.0, namely
>> the ability for a servlet to log to a servlet container using log4j (and in
>> slf4j too but th
On May 30, 2010, at 11:49 AM, Thorbjørn Ravn Andersen wrote:
> There is one more thing that I would really like to see in log4j 2.0, namely
> the ability for a servlet to log to a servlet container using log4j (and in
> slf4j too but that is a different story). Currently that cannot be done,
Wouldn't it make more sense for the LoggerContext to have a reference to the
ServletContext? The Appender could then do
if (getContext().getServletContext() != null) {
getContext().getServletContext().log(event.getFormattedMessage());
}
Note that if the servlet adds its name to the MDC then a
There is one more thing that I would really like to see in log4j 2.0,
namely the ability for a servlet to log to a servlet container using
log4j (and in slf4j too but that is a different story). Currently that
cannot be done, because there is no way for the code asking for the
logger to pass
Den 12/12/09 02.02, Christian Grobmeier skrev:
SLF4J - sorry I don't know much about it. But from its website, its
again a QOS project and it seems to be a wrapper around various
logging APIs. Besides that I never had a benefit from encapsulating a
logging framework (I never switched from JDK log
Author: rgoers
Date: Sun May 30 08:42:02 2010
New Revision: 949493
URL: http://svn.apache.org/viewvc?rev=949493&view=rev
Log:
Comment on @doubt entries
Added:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/src/main/java/org/apache/logging/log4j/core/layout/pattern/IETFSysl
Author: rgoers
Date: Sun May 30 08:35:49 2010
New Revision: 949492
URL: http://svn.apache.org/viewvc?rev=949492&view=rev
Log:
Add javadoc description to resolve @doubt comment
Modified:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/src/main/java/org/apache/logging/log4j/c
Author: rgoers
Date: Sun May 30 08:24:40 2010
New Revision: 949491
URL: http://svn.apache.org/viewvc?rev=949491&view=rev
Log:
Comment on @doubt entries
Modified:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-api/src/main/java/org/apache/logging/log4j/Level.java
logging/lo
Author: rgoers
Date: Sun May 30 08:04:14 2010
New Revision: 949490
URL: http://svn.apache.org/viewvc?rev=949490&view=rev
Log:
Comment on @doubt entries
Modified:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/src/main/java/org/apache/logging/log4j/core/Logger.java
Modifie
Author: rgoers
Date: Sun May 30 07:56:23 2010
New Revision: 949489
URL: http://svn.apache.org/viewvc?rev=949489&view=rev
Log:
Comment on @doubt entries
Modified:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-core/src/main/java/org/apache/logging/log4j/core/Log4jLogEvent.java
Lifecycle management should be orthogonal.
--
Key: LOG4J2-40
URL: https://issues.apache.org/jira/browse/LOG4J2-40
Project: Log4j 2
Issue Type: Improvement
Reporter: Ralph Goers
Curt added
Author: rgoers
Date: Sun May 30 07:42:38 2010
New Revision: 949488
URL: http://svn.apache.org/viewvc?rev=949488&view=rev
Log:
Comment on @doubt entries
Modified:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-api/src/main/java/org/apache/logging/log4j/MDC.java
logging/log4
Author: rgoers
Date: Sun May 30 07:38:23 2010
New Revision: 949487
URL: http://svn.apache.org/viewvc?rev=949487&view=rev
Log:
Comment on @doubt entries
Modified:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-api/src/main/java/org/apache/logging/log4j/Logger.java
Modified:
lo
Author: rgoers
Date: Sun May 30 07:28:21 2010
New Revision: 949486
URL: http://svn.apache.org/viewvc?rev=949486&view=rev
Log:
Add comment and an entry method with no params.
Modified:
logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/log4j2-api/src/main/java/org/apache/logging/log4j/Logg
[
https://issues.apache.org/jira/browse/LOG4J2-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ralph Goers updated LOG4J2-39:
--
Description:
Curt added a @doubt to Logger that states "interface so complicated indepenent
implementat
17 matches
Mail list logo