1
0
mirror of https://github.com/DxWnd/DxWnd.reloaded synced 2024-12-30 09:25:35 +01:00
DxWnd.reloaded/help/dxwndlogs.html
gho tik d85bf10866 v2_03_80_src
Former-commit-id: faa04e235cf8faae10f9e220ca51eef95c7115f0
2017-03-06 11:46:49 -05:00

117 lines
5.8 KiB
HTML

<html>
<head>
<title>dxwnd logs</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="HelpNDoc Personal Edition 4.6.2.573">
<meta name="keywords" content="">
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
<!--[if lte IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
<![endif]-->
<style type="text/css">
#topic_header
{
background-color: #EFEFEF;
}
</style>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/hnd.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
if (top.frames.length == 0)
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "DxWnd.html?" + sTopicUrl;
}
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("dxwndlogs");
}
});
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1 id="topic_header_text">dxwnd logs</h1>
<div id="topic_breadcrumb">
<a href="Theconfigurationpanel.html">The configuration panel</a> &rsaquo;&rsaquo; <a href="Logs.html">Logs</a> &rsaquo;&rsaquo; </div>
</div>
<div id="topic_header_nav">
<a href="Logs.html"><img src="img/arrow_up.png" alt="Parent"/></a>
<a href="Logs.html"><img src="img/arrow_left.png" alt="Previous"/></a>
<a href="loggedinfo.html"><img src="img/arrow_right.png" alt="Next"/></a>
</div>
<div class="clear"></div>
</div>
<div id="topic_content">
<p></p>
<div class="rvps2"><table width="100%" border="1" cellpadding="1" cellspacing="2" style="border-color: #000000; border-style: solid; border-spacing: 2px;">
<tr valign="top">
<td width="138" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Enable Trace</span></p>
</td>
<td width="127" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts15">OUTTRACE</span></p>
</td>
<td width="1272" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">This global flag enables/disables all subsequent traces. If unchecked, DxWnd doesn't write any output to the logs. If checked, DxWnd writes output to the dxwnd.log file in the program's working directory, recording error messages as well as the specific messages related to other flags (see </span><a class="rvts14" href="loggedinfo.html">logged info</a><span class="rvts6">).</span></p>
</td>
</tr>
<tr valign="top">
<td width="138" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Erase trace file</span></p>
</td>
<td width="127" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts15">ERASELOGFILE</span></p>
</td>
<td width="1272" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">By default, DxWnd looks for an existing log file and adds new logged messages to that file. Over time, this log file may become very large. This flag deletes the log file and creates a new one every time you open DxWnd. The deleted file is referenced by its location relative to DxWnd's working folder, so if you have multiple executables in the same folder, or if DxWnd is forced to write the log file to its own folder because it couldn't write to the specified log folder (due to permissions issues, such as a CD-ROM drive that can't be written to), this option may erase a dxwnd.log file from the wrong location.</span></p>
</td>
</tr>
<tr valign="top">
<td width="138" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Output debug string</span></p>
</td>
<td width="127" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts15">OUTDEBUGSTRING</span></p>
</td>
<td width="1272" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Copies log messages to the Windows debug logging directory by calling OutputDebugString(). This allows you to access the logs from debuggers and other tools.</span></p>
</td>
</tr>
<tr valign="top">
<td width="138" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Add timestamp to log</span></p>
</td>
<td width="127" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts15">ADDTIMESTAMP</span></p>
</td>
<td width="1272" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Adds a timestamp with GetTickCount() to the beginning of each line in a log file.</span></p>
</td>
</tr>
<tr valign="top">
<td width="138" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Relative timestamp</span></p>
</td>
<td width="127" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts15">ADDRELATIVETIME</span></p>
</td>
<td width="1272" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Adds a timestamp to the beginning of each line in a log file that measures the duration between that line and the previous one. This makes it easier to spot long operations.</span></p>
</td>
</tr>
</table>
</div>
<p></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
Copyright &copy; 2016 by GHO. All Rights Reserved.</div>
</div>
</body>
</html>