1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/docs/problems-module/index.html
2019-03-17 12:40:57 +00:00

56 lines
2.1 KiB
HTML

<html>
<head>
<title>problems </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
<link href="inweb.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body>
<ul class="crumbs"><li><a href="../webs.html">&#9733;</a></li><li><b>problems </b></li></ul>
<p class="purpose">The issuing mechanism for problem messages used by Inform.</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Starting Up</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="1-pm.html"><spon class="sectiontitle">Problems Module</span></a> -
<span class="purpose">Setting up the use of this module.</span></p>
</li>
<li>
<p><a href="1-tlm.html"><spon class="sectiontitle">Telemetry</span></a> -
<span class="purpose">To log Inform's activity.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="2"></a><spon class="chaptertitle">Chapter 2: Problems</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="2-pl0.html"><spon class="sectiontitle">Problems, Level 0</span></a> -
<span class="purpose">To handle fatal errors.</span></p>
</li>
<li>
<p><a href="2-pl1.html"><spon class="sectiontitle">Problems, Level 1</span></a> -
<span class="purpose">To render problem messages either as plain text or HTML, and write them out to files.</span></p>
</li>
<li>
<p><a href="2-pl2.html"><spon class="sectiontitle">Problems, Level 2</span></a> -
<span class="purpose">To assemble and format problem messages within the problem buffer.</span></p>
</li>
<li>
<p><a href="2-pl3.html"><spon class="sectiontitle">Problems, Level 3</span></a> -
<span class="purpose">Here we provide some convenient semi-standardised problem messages, which also serve as examples of how to use the Level 2 problem message routines.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
</body>
</html>