File: bridge.html

package info (click to toggle)
logback 1%3A1.2.3-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,876 kB
  • sloc: java: 56,764; xml: 3,403; sql: 552; sh: 141; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Log4j Bridge</title>

    <link rel="stylesheet" type="text/css" href="css/common.css" />
    <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="css/_print.css" media="print" />


</head>
<body>
	<script>
prefix='';	
</script>

<script src="templates/header.js"></script>
<div id="left">
  <script src="templates/left.js"></script>
</div>
<div id="right">
  <script src="templates/right.js"></script>
</div>
<div id="content">
	
    <h2>Log4j bridge</h2>
    
    <p>This module has migrated into the SLF4J project, its original
    home. It has also been renamed as <a
    href="http://www.slf4j.org/legacy.html#log4j-over-slf4j">log4j-over-slf4j</a>.
    </p>
	
	
<script src="templates/footer.js"></script>
</div>
</body>
</html>