-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlog.html
31 lines (30 loc) · 942 Bytes
/
log.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Log4J Log Messages</title>
<style type="text/css">
<!--
body, table {font-family: arial,sans-serif; font-size: x-small;}
th {background: #336699; color: #FFFFFF; text-align: left;}
-->
</style>
</head>
<body bgcolor="#FFFFFF" topmargin="6" leftmargin="6">
<hr size="1" noshade>
Log session start time Tue Feb 19 10:06:59 CST 2019<br>
<br>
<table cellspacing="0" cellpadding="4" border="1" bordercolor="#224466" width="100%">
<tr>
<th>Time</th>
<th>Thread</th>
<th>Level</th>
<th>Category</th>
<th>Message</th>
</tr>
<tr>
<td>0</td>
<td title="SwingWorker-pool-1-thread-1 thread">SwingWorker-pool-1-thread-1</td>
<td title="Level"><font color="#339933">DEBUG</font></td>
<td title="juicebox.DirectoryManager category">juicebox.DirectoryManager</td>
<td title="Message">HiC Directory: /home/soliman/juicebox</td>
</tr>