Discussion:
[jira] [Created] (LOG4J2-508) Add new Levels: NOTICE, DIAG, VERBOSE.
Gary Gregory (JIRA)
2014-01-22 14:13:19 UTC
Permalink
Gary Gregory created LOG4J2-508:
-----------------------------------

Summary: Add new Levels: NOTICE, DIAG, VERBOSE.
Key: LOG4J2-508
URL: https://issues.apache.org/jira/browse/LOG4J2-508
Project: Log4j 2
Issue Type: Improvement
Components: API
Affects Versions: 2.0-beta9
Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_51\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Fix For: 2.0-rc1


Discussion thread: https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/ajax/%3CBD972E2F-C818-47BD-BB9E-168D52D5D980%40nicholaswilliams.net%3E

The levels:

- FATAL - Hopefully, almost never logged because the system is crashing.
- ERROR - Something affecting the usability of the system occurred.
- WARN - Something not nice, but probably recoverable occurred. May lead to errors later.
- NOTICE - An event for normal, but significant, conditions.
- INFO - Something of general interest, but not necessarily significant.
- DIAG or DIAGNOSTIC - Events that can be used by operations or users to diagnose problems in the system.
- DEBUG - Used by developers for internal debugging.
- VERBOSE - Used to log minute details of the system. As its dictionary definition implies this is extremely chatty.
- TRACE - Adds tracing of method entry and exit, possibly object creation and initialization.
From (with the NOTICE level added) https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/browser
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
Nick Williams (JIRA)
2014-01-29 06:20:11 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13885054#comment-13885054 ]

Nick Williams commented on LOG4J2-508:
--------------------------------------

Can we close this as won't fix now, or are we still debating it?
Post by Gary Gregory (JIRA)
Add new Levels: NOTICE, DIAG, VERBOSE.
--------------------------------------
Key: LOG4J2-508
URL: https://issues.apache.org/jira/browse/LOG4J2-508
Project: Log4j 2
Issue Type: Improvement
Components: API
Affects Versions: 2.0-beta9
Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_51\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Fix For: 2.0-rc1
Discussion thread: https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/ajax/%3CBD972E2F-C818-47BD-BB9E-168D52D5D980%40nicholaswilliams.net%3E
- FATAL - Hopefully, almost never logged because the system is crashing.
- ERROR - Something affecting the usability of the system occurred.
- WARN - Something not nice, but probably recoverable occurred. May lead to errors later.
- NOTICE - An event for normal, but significant, conditions.
- INFO - Something of general interest, but not necessarily significant.
- DIAG or DIAGNOSTIC - Events that can be used by operations or users to diagnose problems in the system.
- DEBUG - Used by developers for internal debugging.
- VERBOSE - Used to log minute details of the system. As its dictionary definition implies this is extremely chatty.
- TRACE - Adds tracing of method entry and exit, possibly object creation and initialization.
From (with the NOTICE level added) https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/browser
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
Scott Deboy (JIRA)
2014-01-29 06:30:13 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13885062#comment-13885062 ]

Scott Deboy commented on LOG4J2-508:
------------------------------------

Please leave this open. Thanks.
Post by Gary Gregory (JIRA)
Add new Levels: NOTICE, DIAG, VERBOSE.
--------------------------------------
Key: LOG4J2-508
URL: https://issues.apache.org/jira/browse/LOG4J2-508
Project: Log4j 2
Issue Type: Improvement
Components: API
Affects Versions: 2.0-beta9
Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_51\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Fix For: 2.0-rc1
Discussion thread: https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/ajax/%3CBD972E2F-C818-47BD-BB9E-168D52D5D980%40nicholaswilliams.net%3E
- FATAL - Hopefully, almost never logged because the system is crashing.
- ERROR - Something affecting the usability of the system occurred.
- WARN - Something not nice, but probably recoverable occurred. May lead to errors later.
- NOTICE - An event for normal, but significant, conditions.
- INFO - Something of general interest, but not necessarily significant.
- DIAG or DIAGNOSTIC - Events that can be used by operations or users to diagnose problems in the system.
- DEBUG - Used by developers for internal debugging.
- VERBOSE - Used to log minute details of the system. As its dictionary definition implies this is extremely chatty.
- TRACE - Adds tracing of method entry and exit, possibly object creation and initialization.
From (with the NOTICE level added) https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/browser
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
Gary Gregory (JIRA)
2014-01-29 14:46:10 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13885392#comment-13885392 ]

Gary Gregory commented on LOG4J2-508:
-------------------------------------

Yes, leave it open please.
Post by Gary Gregory (JIRA)
Add new Levels: NOTICE, DIAG, VERBOSE.
--------------------------------------
Key: LOG4J2-508
URL: https://issues.apache.org/jira/browse/LOG4J2-508
Project: Log4j 2
Issue Type: Improvement
Components: API
Affects Versions: 2.0-beta9
Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_51\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Fix For: 2.0-rc1
Discussion thread: https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/ajax/%3CBD972E2F-C818-47BD-BB9E-168D52D5D980%40nicholaswilliams.net%3E
- FATAL - Hopefully, almost never logged because the system is crashing.
- ERROR - Something affecting the usability of the system occurred.
- WARN - Something not nice, but probably recoverable occurred. May lead to errors later.
- NOTICE - An event for normal, but significant, conditions.
- INFO - Something of general interest, but not necessarily significant.
- DIAG or DIAGNOSTIC - Events that can be used by operations or users to diagnose problems in the system.
- DEBUG - Used by developers for internal debugging.
- VERBOSE - Used to log minute details of the system. As its dictionary definition implies this is extremely chatty.
- TRACE - Adds tracing of method entry and exit, possibly object creation and initialization.
From (with the NOTICE level added) https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/browser
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
Ralph Goers (JIRA)
2014-02-27 22:35:21 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralph Goers updated LOG4J2-508:
-------------------------------

Fix Version/s: (was: 2.0-rc1)
2.0-rc2
Post by Gary Gregory (JIRA)
Add new Levels: NOTICE, DIAG, VERBOSE.
--------------------------------------
Key: LOG4J2-508
URL: https://issues.apache.org/jira/browse/LOG4J2-508
Project: Log4j 2
Issue Type: Improvement
Components: API
Affects Versions: 2.0-beta9
Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_51\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Fix For: 2.0-rc2
Discussion thread: https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/ajax/%3CBD972E2F-C818-47BD-BB9E-168D52D5D980%40nicholaswilliams.net%3E
- FATAL - Hopefully, almost never logged because the system is crashing.
- ERROR - Something affecting the usability of the system occurred.
- WARN - Something not nice, but probably recoverable occurred. May lead to errors later.
- NOTICE - An event for normal, but significant, conditions.
- INFO - Something of general interest, but not necessarily significant.
- DIAG or DIAGNOSTIC - Events that can be used by operations or users to diagnose problems in the system.
- DEBUG - Used by developers for internal debugging.
- VERBOSE - Used to log minute details of the system. As its dictionary definition implies this is extremely chatty.
- TRACE - Adds tracing of method entry and exit, possibly object creation and initialization.
From (with the NOTICE level added) https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/browser
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
Bruce Brouwer (JIRA)
2014-03-01 20:25:20 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13917182#comment-13917182 ]

Bruce Brouwer commented on LOG4J2-508:
--------------------------------------

My vote would be to not add this to the core log4j api. There are some other issues (like LOG4J2-519) that talk about making custom logger interfaces which might handle this use case.
Post by Gary Gregory (JIRA)
Add new Levels: NOTICE, DIAG, VERBOSE.
--------------------------------------
Key: LOG4J2-508
URL: https://issues.apache.org/jira/browse/LOG4J2-508
Project: Log4j 2
Issue Type: Improvement
Components: API
Affects Versions: 2.0-beta9
Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_51\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Fix For: 2.0-rc2
Discussion thread: https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/ajax/%3CBD972E2F-C818-47BD-BB9E-168D52D5D980%40nicholaswilliams.net%3E
- FATAL - Hopefully, almost never logged because the system is crashing.
- ERROR - Something affecting the usability of the system occurred.
- WARN - Something not nice, but probably recoverable occurred. May lead to errors later.
- NOTICE - An event for normal, but significant, conditions.
- INFO - Something of general interest, but not necessarily significant.
- DIAG or DIAGNOSTIC - Events that can be used by operations or users to diagnose problems in the system.
- DEBUG - Used by developers for internal debugging.
- VERBOSE - Used to log minute details of the system. As its dictionary definition implies this is extremely chatty.
- TRACE - Adds tracing of method entry and exit, possibly object creation and initialization.
From (with the NOTICE level added) https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/browser
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
Ralph Goers (JIRA)
2014-06-26 20:37:26 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralph Goers updated LOG4J2-508:
-------------------------------

Fix Version/s: (was: 2.0-rc2)
2.0
Post by Gary Gregory (JIRA)
Add new Levels: NOTICE, DIAG, VERBOSE.
--------------------------------------
Key: LOG4J2-508
URL: https://issues.apache.org/jira/browse/LOG4J2-508
Project: Log4j 2
Issue Type: Improvement
Components: API
Affects Versions: 2.0-beta9
Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_51\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Fix For: 2.0
Discussion thread: https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/ajax/%3CBD972E2F-C818-47BD-BB9E-168D52D5D980%40nicholaswilliams.net%3E
- FATAL - Hopefully, almost never logged because the system is crashing.
- ERROR - Something affecting the usability of the system occurred.
- WARN - Something not nice, but probably recoverable occurred. May lead to errors later.
- NOTICE - An event for normal, but significant, conditions.
- INFO - Something of general interest, but not necessarily significant.
- DIAG or DIAGNOSTIC - Events that can be used by operations or users to diagnose problems in the system.
- DEBUG - Used by developers for internal debugging.
- VERBOSE - Used to log minute details of the system. As its dictionary definition implies this is extremely chatty.
- TRACE - Adds tracing of method entry and exit, possibly object creation and initialization.
From (with the NOTICE level added) https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/browser
--
This message was sent by Atlassian JIRA
(v6.2#6252)
Remko Popma (JIRA)
2014-07-18 03:46:06 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Remko Popma updated LOG4J2-508:
-------------------------------

Fix Version/s: (was: 2.0)
2.1
Post by Gary Gregory (JIRA)
Add new Levels: NOTICE, DIAG, VERBOSE.
--------------------------------------
Key: LOG4J2-508
URL: https://issues.apache.org/jira/browse/LOG4J2-508
Project: Log4j 2
Issue Type: Improvement
Components: API
Affects Versions: 2.0-beta9
Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_51\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Fix For: 2.1
Discussion thread: https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/ajax/%3CBD972E2F-C818-47BD-BB9E-168D52D5D980%40nicholaswilliams.net%3E
- FATAL - Hopefully, almost never logged because the system is crashing.
- ERROR - Something affecting the usability of the system occurred.
- WARN - Something not nice, but probably recoverable occurred. May lead to errors later.
- NOTICE - An event for normal, but significant, conditions.
- INFO - Something of general interest, but not necessarily significant.
- DIAG or DIAGNOSTIC - Events that can be used by operations or users to diagnose problems in the system.
- DEBUG - Used by developers for internal debugging.
- VERBOSE - Used to log minute details of the system. As its dictionary definition implies this is extremely chatty.
- TRACE - Adds tracing of method entry and exit, possibly object creation and initialization.
From (with the NOTICE level added) https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/browser
--
This message was sent by Atlassian JIRA
(v6.2#6252)
Remko Popma (JIRA)
2014-09-20 06:10:34 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Remko Popma updated LOG4J2-508:
-------------------------------
Fix Version/s: (was: 2.1)
2.2
Post by Gary Gregory (JIRA)
Add new Levels: NOTICE, DIAG, VERBOSE.
--------------------------------------
Key: LOG4J2-508
URL: https://issues.apache.org/jira/browse/LOG4J2-508
Project: Log4j 2
Issue Type: Improvement
Components: API
Affects Versions: 2.0-beta9
Environment: Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.7.0_51, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_51\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Fix For: 2.2
Discussion thread: https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/ajax/%3CBD972E2F-C818-47BD-BB9E-168D52D5D980%40nicholaswilliams.net%3E
- FATAL - Hopefully, almost never logged because the system is crashing.
- ERROR - Something affecting the usability of the system occurred.
- WARN - Something not nice, but probably recoverable occurred. May lead to errors later.
- NOTICE - An event for normal, but significant, conditions.
- INFO - Something of general interest, but not necessarily significant.
- DIAG or DIAGNOSTIC - Events that can be used by operations or users to diagnose problems in the system.
- DEBUG - Used by developers for internal debugging.
- VERBOSE - Used to log minute details of the system. As its dictionary definition implies this is extremely chatty.
- TRACE - Adds tracing of method entry and exit, possibly object creation and initialization.
From (with the NOTICE level added) https://mail-archives.apache.org/mod_mbox/logging-log4j-dev/201401.mbox/browser
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Loading...