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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>log4cpp: NTEventLogAppender.hh Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<h1>NTEventLogAppender.hh</h1><a href="NTEventLogAppender_8hh.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * NTEventLogAppender.hh</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * See the COPYING file for the terms of usage and distribution.</span>
<a name="l00005"></a>00005 <span class="comment"> */</span>
<a name="l00006"></a>00006
<a name="l00007"></a>00007 <span class="preprocessor">#ifndef _LOG4CPP_NTEVENTLOGAPPENDER_HH</span>
<a name="l00008"></a>00008 <span class="preprocessor"></span><span class="preprocessor">#define _LOG4CPP_NTEVENTLOGAPPENDER_HH</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span>
<a name="l00010"></a>00010 <span class="preprocessor">#ifdef WIN32 // only available on Win32</span>
<a name="l00011"></a>00011 <span class="preprocessor"></span>
<a name="l00012"></a>00012 <span class="comment">// deal with ERROR #define</span>
<a name="l00013"></a>00013 <span class="comment">// N.B. This #includes windows.h with NOGDI and WIN32_LEAN_AND_MEAN #defined.</span>
<a name="l00014"></a>00014 <span class="comment">// If this is not what the user wants, #include windows.h before this file.</span>
<a name="l00015"></a>00015 <span class="preprocessor">#ifndef _WINDOWS_</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span><span class="preprocessor"># ifndef NOGDI</span>
<a name="l00017"></a><a class="code" href="NTEventLogAppender_8hh.html#2bedaca1c6ca66de2397772910fbe140">00017</a> <span class="preprocessor"></span><span class="preprocessor"># define NOGDI // this will circumvent the ERROR #define in windows.h</span>
<a name="l00018"></a><a class="code" href="NTEventLogAppender_8hh.html#61fa37f681d42a0cdcc1ec269b2112e7">00018</a> <span class="preprocessor"></span><span class="preprocessor"># define LOG4CPP_UNDEFINE_NOGDI</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor"># ifndef WIN32_LEAN_AND_MEAN</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor"># define WIN32_LEAN_AND_MEAN</span>
<a name="l00023"></a><a class="code" href="NTEventLogAppender_8hh.html#45d33c1cc71858b437dd4f3a0d594d89">00023</a> <span class="preprocessor"></span><span class="preprocessor"># define LOG4CPP_UNDEFINE_WIN32_LEAN_AND_MEAN</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="preprocessor"># include <windows.h></span>
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="preprocessor"># ifdef LOG4CPP_UNDEFINE_NOGDI</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor"># undef NOGDI</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor"># ifdef LOG4CPP_UNDEFINE_WIN32_LEAN_AND_MEAN</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor"># undef WIN32_LEAN_AND_MEAN</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span><span class="preprocessor"># endif</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span>
<a name="l00036"></a>00036 <span class="preprocessor">#endif // done dealing with ERROR #define</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span>
<a name="l00038"></a>00038 <span class="preprocessor">#include <<a class="code" href="Portability_8hh.html">log4cpp/Portability.hh</a>></span>
<a name="l00039"></a>00039 <span class="preprocessor">#include <<a class="code" href="AppenderSkeleton_8hh.html">log4cpp/AppenderSkeleton.hh</a>></span>
<a name="l00040"></a>00040
<a name="l00041"></a>00041 <span class="keyword">namespace </span>log4cpp {
<a name="l00042"></a>00042
<a name="l00052"></a><a class="code" href="classlog4cpp_1_1NTEventLogAppender.html">00052</a> <span class="keyword">class </span><a class="code" href="Export_8hh.html#30f9ff9641fa394781f52398a8312437">LOG4CPP_EXPORT</a> NTEventLogAppender : <span class="keyword">public</span> <a class="code" href="classlog4cpp_1_1AppenderSkeleton.html" title="AppenderSkeleton is a helper class, simplifying implementation of Appenders: it already...">AppenderSkeleton</a> {
<a name="l00053"></a>00053 <span class="keyword">public</span>:
<a name="l00054"></a>00054
<a name="l00060"></a>00060 NTEventLogAppender(<span class="keyword">const</span> std::string& name, <span class="keyword">const</span> std::string& sourceName);
<a name="l00061"></a>00061 <span class="keyword">virtual</span> ~NTEventLogAppender();
<a name="l00062"></a>00062
<a name="l00066"></a>00066 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> reopen();
<a name="l00067"></a>00067
<a name="l00068"></a>00068 <span class="keyword">virtual</span> <span class="keywordtype">void</span> close();
<a name="l00069"></a>00069
<a name="l00074"></a>00074 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> requiresLayout() <span class="keyword">const</span>;
<a name="l00075"></a>00075
<a name="l00076"></a>00076 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setLayout(<a class="code" href="classlog4cpp_1_1Layout.html" title="Extend this abstract class to create your own log layout format.">Layout</a>* layout);
<a name="l00077"></a>00077
<a name="l00078"></a>00078 <span class="keyword">protected</span>:
<a name="l00079"></a>00079
<a name="l00080"></a>00080 WORD getCategory(<a class="code" href="classlog4cpp_1_1Priority.html#19c2e47a94a531d3028f7c545671ff72" title="The type of Priority Values.">Priority::Value</a> priority);
<a name="l00081"></a>00081 WORD getType(<a class="code" href="classlog4cpp_1_1Priority.html#19c2e47a94a531d3028f7c545671ff72" title="The type of Priority Values.">Priority::Value</a> priority);
<a name="l00082"></a>00082 HKEY regGetKey(TCHAR *subkey, DWORD *disposition);
<a name="l00083"></a>00083 <span class="keywordtype">void</span> regSetString(HKEY hkey, TCHAR *name, TCHAR *value);
<a name="l00084"></a>00084 <span class="keywordtype">void</span> regSetDword(HKEY hkey, TCHAR *name, DWORD value);
<a name="l00085"></a>00085 <span class="keywordtype">void</span> addRegistryInfo(<span class="keyword">const</span> <span class="keywordtype">char</span> *source);
<a name="l00086"></a>00086
<a name="l00087"></a>00087 <span class="keyword">virtual</span> <span class="keywordtype">void</span> open();
<a name="l00088"></a>00088
<a name="l00093"></a>00093 <span class="keyword">virtual</span> <span class="keywordtype">void</span> _append(<span class="keyword">const</span> <a class="code" href="structlog4cpp_1_1LoggingEvent.html" title="The internal representation of logging events.">LoggingEvent</a>& event);
<a name="l00094"></a>00094
<a name="l00095"></a><a class="code" href="classlog4cpp_1_1NTEventLogAppender.html#a32c84e5f90fe370ed5c241e1e11172b">00095</a> HANDLE _hEventSource;
<a name="l00096"></a><a class="code" href="classlog4cpp_1_1NTEventLogAppender.html#c7076f736c0cd32115aafa005f487807">00096</a> std::string _strSourceName;
<a name="l00097"></a>00097 };
<a name="l00098"></a>00098 }
<a name="l00099"></a>00099
<a name="l00100"></a>00100 <span class="preprocessor">#else // WIN32</span>
<a name="l00101"></a>00101 <span class="preprocessor"></span><span class="preprocessor">#error NTEventLoggAppender is not available on on Win32 platforms</span>
<a name="l00102"></a>00102 <span class="preprocessor"></span><span class="preprocessor">#endif // WIN32</span>
<a name="l00103"></a>00103 <span class="preprocessor"></span>
<a name="l00104"></a>00104 <span class="preprocessor">#endif // _LOG4CPP_NTEVENTLOGAPPENDER_HH</span>
<a name="l00105"></a>00105 <span class="preprocessor"></span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Mon Sep 3 11:54:29 2007 for log4cpp by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>
|