1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META http-equiv="Content-Style-Type" content="text/css">
7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
8<title>DWC_SetReportLevel</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13<a name="dwc__report_8h_1a2e6e8d6f0619e3184050ee01d6e955a"></a>
14<h1 align="left">DWC_SetReportLevel</h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;dwc.h&gt;</CODE><BR>
20  <BR>
21  <PRE><CODE>void <a href=DWC_SetReportLevel.html#dwc__report_8h_1a2e6e8d6f0619e3184050ee01d6e955a>DWC_SetReportLevel</a>(u32 level);</CODE></PRE></dd>
22</dl>
23
24<h2>Arguments</h2>
25
26<TABLE border="1" width="100%">
27  <TBODY>
28
29    <TR>
30<TD width="13%"><EM><STRONG>level</STRONG></EM></TD>
31<TD width="87%">One or more report levels in the DWC library that you can select to display for debugging. Select multiple conditions using the logical OR operator.</TD>
32    </TR>
33
34  </TBODY>
35</TABLE>
36
37<h2>Return Values</h2>
38
39<p>None.</p>
40
41<H2>Description</H2>
42<p>This function adjusts the type of debug printout (debug report level) that the DWC library displays on the console. The report level is defined by <a href=Macro.html#dwc__report_8h_134e9367035075892d6458b4175e11f59><CODE>DWCReportFlag</CODE></a>. The items needed for the display can be selected by the debugging application by performing a logical OR operation with different items.</p><p>Even if <a href=Macro.html#dwc__report_8h_134e9367035075892d6458b4175e11f59ab68fabd6786db644dc6132f6270bd02><CODE>DWC_REPORTFLAG_GAMESPY</CODE></a> is designated in RVLDWC-DL, it is meaningless because there is no corresponding feature.</p><p>Debug reports are used as logs for analysis when a problem occurs.</p><p><a href=Macro.html#dwc__report_8h_134e9367035075892d6458b4175e11f5971e85650fe52d47ca9ddcfb778be822a><CODE>DWC_REPORTFLAG_ALL</CODE></a> is specified by default.</p>
43
44<H2>Revision History</H2>
45<DL>
46
47<DT><para>1.3.2</DT>
48<DD>Removed the statement &quot;only for debugging.&quot;</DD>
49
50<DT><para>1.0.0</DT>
51<DD><CODE>DWC_REPORTFLAG_ALL</CODE> is now specified by default.</DD>
52
53<DT><para>0.0.3</DT>
54<DD>Added a description related to the <CODE>DWCReportFlag</CODE> enumerator.</DD>
55
56</DL>
57<hr><p>CONFIDENTIAL</p></body>
58</html>
59