Improve logging modules and listing #984
Used the term 'logging binding' instead of 'logging bridge'
This commit is contained in:
parent
9cdfdf34a7
commit
7bbfd618e3
|
@ -9,7 +9,7 @@ internal
|
|||
|
||||
[depends]
|
||||
resources
|
||||
stderrout-capture
|
||||
console-capture
|
||||
|
||||
[provides]
|
||||
jcl-api
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[description]
|
||||
Provides a Java Commons Logging (JCL) to SLF4J logging bridge.
|
||||
Provides a Java Commons Logging (JCL) binding to SLF4J logging.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[description]
|
||||
Provides a Log4j v1.2 to Log4j v2 logging bridge.
|
||||
Provides a Log4j v1.2 binding to Log4j v2 logging.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[description]
|
||||
Provides a Log4j v2 to SLF4J logging bridge.
|
||||
Provides a Log4j v2 binding to SLF4J logging.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[description]
|
||||
Configure jetty logging to use Java Commons Logging (jcl)
|
||||
Uses SLF4j as a logging bridge.
|
||||
SLF4J is used as the core logging mechanism.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -7,7 +7,7 @@ logging
|
|||
|
||||
[depends]
|
||||
resources
|
||||
stderrout-capture
|
||||
console-capture
|
||||
|
||||
[provide]
|
||||
logging
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[description]
|
||||
Configure jetty logging to use Java Util Logging (jul)
|
||||
Uses SLF4j as a logging bridge.
|
||||
SLF4J is used as the core logging mechanism.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[description]
|
||||
Configure jetty logging to use Log4j Logging
|
||||
Uses SLF4j as a logging bridge.
|
||||
SLF4J is used as the core logging mechanism.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[description]
|
||||
Configure jetty logging to use log4j version 2
|
||||
Uses SLF4j as a logging bridge.
|
||||
SLF4J is used as the core logging mechanism.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[description]
|
||||
Configure jetty logging to use Logback Logging.
|
||||
Uses SLF4j as a logging bridge.
|
||||
SLF4J is used as the core logging mechanism.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[description]
|
||||
Provides a SLF4J to Java Commons Logging (JCL) logging bridge.
|
||||
Provides a SLF4J binding to Java Commons Logging (JCL) logging.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[description]
|
||||
Provides a SLF4J to Java Util Logging (JUL) logging bridge.
|
||||
Provides a SLF4J binding to Java Util Logging (JUL) logging.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[description]
|
||||
Provides a SLF4J to the Log4j v1.2 API logging bridge.
|
||||
Provides a SLF4J binding to the Log4j v1.2 API logging.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[description]
|
||||
Provides a SLF4J to Log4j v2 logging bridge.
|
||||
Provides a SLF4J binding to Log4j v2 logging.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[description]
|
||||
Provides a SLF4J to Logback logging bridge.
|
||||
Provides a SLF4J binding to Logback logging.
|
||||
|
||||
[tags]
|
||||
logging
|
||||
|
|
Loading…
Reference in New Issue