File: index.html

package info (click to toggle)
libgrinvin-help-java 1.2-1
  • links: PTS, VCS
  • area: contrib
  • in suites: squeeze
  • size: 1,016 kB
  • ctags: 57
  • sloc: xml: 744; haskell: 264; makefile: 12
file content (25 lines) | stat: -rw-r--r-- 953 bytes parent folder | download
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
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../style.css">
<title>The logging window</title>
</head>
<body>
<h1>The Logging Window</h1>
<p>In the logging window you can view the log. There are three types of messages:</p>
<table>
<tr>
<td width="40%"><img src="svg:/org/grinvin/logging/info.svg?size=16"><br>
<strong>Information</strong></td><td width="60%">This is for feedback from the program that is only informational.</td>
</tr>
<tr>
<td width="40%"><img src="svg:/org/grinvin/logging/warn.svg?size=16"><br>
<strong>Warning</strong></td><td width="60%">Something went wrong, but you can continue using the program.</td>
</tr>
<tr>
<td width="40%"><img src="svg:/org/grinvin/logging/severe.svg?size=16"><br>
<strong>Severe</strong></td><td width="60%">Something went wrong that could comprimise the running of the program.</td>
</tr>
</table>
</body>
</html>