blob: a9bae1ea8f6bff34893ff5fe9315eef0f996aeb2 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>pvlogger_registry.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
<hr><h1>pvlogger_registry.h</h1><a href="pvlogger__registry_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef PVLOGGER_REGISTRY_H_INCLUDED</span>
00002 <span class="preprocessor"></span><span class="preprocessor">#define PVLOGGER_REGISTRY_H_INCLUDED</span>
00003 <span class="preprocessor"></span>
00004 <span class="preprocessor">#ifndef PVLOGGER_H_INCLUDED</span>
00005 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="pvlogger_8h.html">pvlogger.h</a>"</span>
00006 <span class="preprocessor">#endif</span>
00007 <span class="preprocessor"></span>
00008 <span class="preprocessor">#ifndef OSCL_TAGTREE_H_INCLUDED</span>
00009 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__tagtree_8h.html">oscl_tagtree.h</a>"</span>
00010 <span class="preprocessor">#endif</span>
00011 <span class="preprocessor"></span>
<a name="l00025"></a><a class="code" href="classPVLoggerRegistry.html">00025</a> <span class="keyword">class </span><a class="code" href="classPVLoggerRegistry.html">PVLoggerRegistry</a>
00026 {
00027 <span class="keyword">public</span>:
00028
<a name="l00029"></a><a class="code" href="classPVLoggerRegistry.html#s0">00029</a> <span class="keyword">typedef</span> <a class="code" href="classPVLogger.html#s0">PVLogger::log_level_type</a> <a class="code" href="classPVLoggerRegistry.html#s0">log_level_type</a>;
<a name="l00030"></a><a class="code" href="classPVLoggerRegistry.html#s1">00030</a> <span class="keyword">typedef</span> <a class="code" href="class__OsclBasicAllocator.html">PVLogger::alloc_type</a> <a class="code" href="class__OsclBasicAllocator.html">alloc_type</a>;
00031
00036 OSCL_IMPORT_REF <span class="keyword">static</span> <a class="code" href="classPVLoggerRegistry.html">PVLoggerRegistry</a>* <a class="code" href="classPVLoggerRegistry.html#d0">GetPVLoggerRegistry</a>();
00037
00042 OSCL_IMPORT_REF <a class="code" href="classPVLoggerRegistry.html#a0">PVLoggerRegistry</a>();
00043
00048 OSCL_IMPORT_REF <span class="keyword">virtual</span> <a class="code" href="classPVLoggerRegistry.html#a1">~PVLoggerRegistry</a>();
00049
00062 OSCL_IMPORT_REF <a class="code" href="classPVLogger.html">PVLogger</a> *<a class="code" href="classPVLoggerRegistry.html#a2">GetPVLoggerObject</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* tagIn);
00063
00074 OSCL_IMPORT_REF <a class="code" href="classPVLogger.html">PVLogger</a> *<a class="code" href="classPVLoggerRegistry.html#a3">CreatePVLogger</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* tagIn, <a class="code" href="classPVLoggerRegistry.html#s0">log_level_type</a> level, <span class="keywordtype">bool</span> oAppenderInheritance);
00075
00085 OSCL_IMPORT_REF <span class="keywordtype">bool</span> <a class="code" href="classPVLoggerRegistry.html#a4">SetNodeLogLevelExplicit</a>(<span class="keywordtype">char</span>* tagIn, <a class="code" href="classPVLoggerRegistry.html#s0">log_level_type</a> level);
00086
00096 OSCL_IMPORT_REF <span class="keywordtype">void</span> <a class="code" href="classPVLoggerRegistry.html#a4">SetNodeLogLevelExplicit</a>(<a class="code" href="classOscl__TagTree.html">Oscl_TagTree&lt;PVLogger*, alloc_type&gt;</a>::node_type* node, <a class="code" href="classPVLoggerRegistry.html#s0">log_level_type</a> level);
00097
00098 <span class="keyword">private</span>:
00099 <span class="preprocessor">#if (PVLOGGER_ENABLE)</span>
00100 <span class="preprocessor"></span> <a class="code" href="classOscl__TAlloc.html">Oscl_TAlloc&lt;PVLogger, alloc_type&gt;</a> _pvloggerAlloc;
00101 <a class="code" href="classOscl__TagTree.html">Oscl_TagTree&lt;PVLogger*, alloc_type&gt;</a> _loggerTree;
00102 <span class="preprocessor">#endif</span>
00103 <span class="preprocessor"></span>};
00104
00105 <span class="preprocessor">#endif // PVLOGGER_REGISTRY_H_INCLUDED</span>
00106 <span class="preprocessor"></span>
</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
</small></address>
</body>
</html>