source: trunk/Packages/synapse/docs/help/slogsend.TSyslogMessage.html

Last change on this file was 2, checked in by chronos, 12 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 7.1 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
2<html>
3<head>
4<meta name="GENERATOR" content="PasDoc 0.9.0">
5<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
6<title>slogsend: Class TSyslogMessage</title>
7<link rel="StyleSheet" type="text/css" href="pasdoc.css">
8</head>
9<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
10<a name="TSyslogMessage"></a><h1 class="cio">Class TSyslogMessage</h1>
11<table class="sections">
12<tr>
13<td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Hierarchy">Hierarchy</a></td><td>Fields</td><td><a class="section" href="#@Methods">Methods</a></td><td><a class="section" href="#@Properties">Properties</a></td></tr></table>
14<a name="@Description"></a><h2 class="unit">Unit</h2>
15<p class="unitlink">
16<a href="slogsend.html">slogsend</a></p>
17<h2 class="declaration">Declaration</h2>
18<p class="declaration">
19<code>type TSyslogMessage = class(TObject)</code></p>
20<h2 class="description">Description</h2>
21<p>
22encoding or decoding of SYSLOG message</p>
23<a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
24<ul class="hierarchy"><li class="ancestor">TObject</li>
25<li class="thisitem">TSyslogMessage</li></ul><h2 class="overview">Overview</h2>
26<a name="@Methods"></a><h3 class="summary">Methods</h3>
27<table class="summary">
28<tr class="list">
29<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
30<td class="itemcode"><code>procedure <b><a href="slogsend.TSyslogMessage.html#Clear">Clear</a></b>;</code></td>
31</tr>
32</table>
33<a name="@Properties"></a><h3 class="summary">Properties</h3>
34<table class="summary">
35<tr class="list">
36<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
37<td class="itemcode"><code>property <b><a href="slogsend.TSyslogMessage.html#Facility">Facility</a></b>: Byte read FFacility write FFacility;</code></td>
38</tr>
39<tr class="list2">
40<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
41<td class="itemcode"><code>property <b><a href="slogsend.TSyslogMessage.html#Severity">Severity</a></b>: <a href="slogsend.html#TSyslogSeverity">TSyslogSeverity</a> read FSeverity write FSeverity;</code></td>
42</tr>
43<tr class="list">
44<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
45<td class="itemcode"><code>property <b><a href="slogsend.TSyslogMessage.html#DateTime">DateTime</a></b>: TDateTime read FDateTime write FDateTime;</code></td>
46</tr>
47<tr class="list2">
48<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
49<td class="itemcode"><code>property <b><a href="slogsend.TSyslogMessage.html#Tag">Tag</a></b>: String read FTag write FTag;</code></td>
50</tr>
51<tr class="list">
52<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
53<td class="itemcode"><code>property <b><a href="slogsend.TSyslogMessage.html#LogMessage">LogMessage</a></b>: String read FMessage write FMessage;</code></td>
54</tr>
55<tr class="list2">
56<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
57<td class="itemcode"><code>property <b><a href="slogsend.TSyslogMessage.html#LocalIP">LocalIP</a></b>: String read FLocalIP write FLocalIP;</code></td>
58</tr>
59<tr class="list">
60<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
61<td class="itemcode"><code>property <b><a href="slogsend.TSyslogMessage.html#PacketBuf">PacketBuf</a></b>: String read GetPacketBuf write SetPacketBuf;</code></td>
62</tr>
63</table>
64<h2 class="description">Description</h2>
65<h3 class="detail">Methods</h3>
66<table class="detail">
67<tr class="list">
68<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
69<td class="itemcode"><a name="Clear"></a><code>procedure <b>Clear</b>;</code></td>
70</tr>
71</table>
72<p>
73Reset values to defaults</p>
74<h3 class="detail">Properties</h3>
75<table class="detail">
76<tr class="list">
77<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
78<td class="itemcode"><a name="Facility"></a><code>property <b>Facility</b>: Byte read FFacility write FFacility;</code></td>
79</tr>
80</table>
81<p>
82Define facilicity of Syslog message. For specify you may use predefined FCL_* constants. Default is &quot;FCL_Local0&quot;.</p>
83<table class="detail">
84<tr class="list">
85<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
86<td class="itemcode"><a name="Severity"></a><code>property <b>Severity</b>: <a href="slogsend.html#TSyslogSeverity">TSyslogSeverity</a> read FSeverity write FSeverity;</code></td>
87</tr>
88</table>
89<p>
90Define possible priority of Syslog message. Default is &quot;Debug&quot;.</p>
91<table class="detail">
92<tr class="list">
93<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
94<td class="itemcode"><a name="DateTime"></a><code>property <b>DateTime</b>: TDateTime read FDateTime write FDateTime;</code></td>
95</tr>
96</table>
97<p>
98date and time of Syslog message</p>
99<table class="detail">
100<tr class="list">
101<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
102<td class="itemcode"><a name="Tag"></a><code>property <b>Tag</b>: String read FTag write FTag;</code></td>
103</tr>
104</table>
105<p>
106This is used for identify process of this message. Default is filename of your executable file.</p>
107<table class="detail">
108<tr class="list">
109<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
110<td class="itemcode"><a name="LogMessage"></a><code>property <b>LogMessage</b>: String read FMessage write FMessage;</code></td>
111</tr>
112</table>
113<p>
114Text of your message for log.</p>
115<table class="detail">
116<tr class="list">
117<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
118<td class="itemcode"><a name="LocalIP"></a><code>property <b>LocalIP</b>: String read FLocalIP write FLocalIP;</code></td>
119</tr>
120</table>
121<p>
122IP address of message sender.</p>
123<table class="detail">
124<tr class="list">
125<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
126<td class="itemcode"><a name="PacketBuf"></a><code>property <b>PacketBuf</b>: String read GetPacketBuf write SetPacketBuf;</code></td>
127</tr>
128</table>
129<p>
130This property holds encoded binary SYSLOG packet</p>
131<hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:51</em>
132</span>
133</body></html>
Note: See TracBrowser for help on using the repository browser.