doc/api/python/heliumlogging-pysrc.html
changeset 432 f2ddfa555b0f
equal deleted inserted replaced
431:7685cec9fd3c 432:f2ddfa555b0f
       
     1 <?xml version="1.0" encoding="ascii"?>
       
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       
     3           "DTD/xhtml1-transitional.dtd">
       
     4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
       
     5 <head>
       
     6   <title>heliumlogging</title>
       
     7   <link rel="stylesheet" href="epydoc.css" type="text/css" />
       
     8   <script type="text/javascript" src="epydoc.js"></script>
       
     9 </head>
       
    10 
       
    11 <body bgcolor="white" text="black" link="blue" vlink="#204080"
       
    12       alink="#204080">
       
    13 <!-- ==================== NAVIGATION BAR ==================== -->
       
    14 <table class="navbar" border="0" width="100%" cellpadding="0"
       
    15        bgcolor="#a0c0ff" cellspacing="0">
       
    16   <tr valign="middle">
       
    17 
       
    18   <!-- Tree link -->
       
    19       <th>&nbsp;&nbsp;&nbsp;<a
       
    20         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
       
    21 
       
    22   <!-- Index link -->
       
    23       <th>&nbsp;&nbsp;&nbsp;<a
       
    24         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
       
    25 
       
    26   <!-- Help link -->
       
    27       <th>&nbsp;&nbsp;&nbsp;<a
       
    28         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
       
    29 
       
    30       <th class="navbar" width="100%"></th>
       
    31   </tr>
       
    32 </table>
       
    33 <table width="100%" cellpadding="0" cellspacing="0">
       
    34   <tr valign="top">
       
    35     <td width="100%">
       
    36       <span class="breadcrumbs">
       
    37         Module&nbsp;heliumlogging
       
    38       </span>
       
    39     </td>
       
    40     <td>
       
    41       <table cellpadding="0" cellspacing="0">
       
    42         <!-- hide/show private -->
       
    43         <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
       
    44     onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
       
    45         <tr><td align="right"><span class="options"
       
    46             >[<a href="frames.html" target="_top">frames</a
       
    47             >]&nbsp;|&nbsp;<a href="heliumlogging-pysrc.html"
       
    48             target="_top">no&nbsp;frames</a>]</span></td></tr>
       
    49       </table>
       
    50     </td>
       
    51   </tr>
       
    52 </table>
       
    53 <h1 class="epydoc">Source Code for <a href="heliumlogging-module.html">Module heliumlogging</a></h1>
       
    54 <pre class="py-src">
       
    55 <a name="L1"></a><tt class="py-lineno"> 1</tt>  <tt class="py-line"><tt class="py-comment">#============================================================================ </tt> </tt>
       
    56 <a name="L2"></a><tt class="py-lineno"> 2</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#Name        : heliumlogging.py </tt> </tt>
       
    57 <a name="L3"></a><tt class="py-lineno"> 3</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#Part of     : Helium </tt> </tt>
       
    58 <a name="L4"></a><tt class="py-lineno"> 4</tt>  <tt class="py-line"><tt class="py-comment"></tt> </tt>
       
    59 <a name="L5"></a><tt class="py-lineno"> 5</tt>  <tt class="py-line"><tt class="py-comment">#Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).</tt> </tt>
       
    60 <a name="L6"></a><tt class="py-lineno"> 6</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#All rights reserved.</tt> </tt>
       
    61 <a name="L7"></a><tt class="py-lineno"> 7</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#This component and the accompanying materials are made available</tt> </tt>
       
    62 <a name="L8"></a><tt class="py-lineno"> 8</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#under the terms of the License "Eclipse Public License v1.0"</tt> </tt>
       
    63 <a name="L9"></a><tt class="py-lineno"> 9</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#which accompanies this distribution, and is available</tt> </tt>
       
    64 <a name="L10"></a><tt class="py-lineno">10</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#at the URL "http://www.eclipse.org/legal/epl-v10.html".</tt> </tt>
       
    65 <a name="L11"></a><tt class="py-lineno">11</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#</tt> </tt>
       
    66 <a name="L12"></a><tt class="py-lineno">12</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#Initial Contributors:</tt> </tt>
       
    67 <a name="L13"></a><tt class="py-lineno">13</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#Nokia Corporation - initial contribution.</tt> </tt>
       
    68 <a name="L14"></a><tt class="py-lineno">14</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#</tt> </tt>
       
    69 <a name="L15"></a><tt class="py-lineno">15</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#Contributors:</tt> </tt>
       
    70 <a name="L16"></a><tt class="py-lineno">16</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#</tt> </tt>
       
    71 <a name="L17"></a><tt class="py-lineno">17</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#Description:</tt> </tt>
       
    72 <a name="L18"></a><tt class="py-lineno">18</tt>  <tt class="py-line"><tt class="py-comment"></tt><tt class="py-comment">#===============================================================================</tt> </tt>
       
    73 <a name="L19"></a><tt class="py-lineno">19</tt>  <tt class="py-line"><tt class="py-comment"></tt> </tt>
       
    74 <a name="L20"></a><tt class="py-lineno">20</tt>  <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">os</tt> </tt>
       
    75 <a name="L21"></a><tt class="py-lineno">21</tt>  <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">logging</tt> </tt>
       
    76 <a name="L22"></a><tt class="py-lineno">22</tt>  <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">logging</tt><tt class="py-op">.</tt><tt class="py-name">config</tt> </tt>
       
    77 <a name="L23"></a><tt class="py-lineno">23</tt>  <tt class="py-line"><tt class="py-keyword">if</tt> <tt class="py-name">os</tt><tt class="py-op">.</tt><tt class="py-name">environ</tt><tt class="py-op">.</tt><tt class="py-name">has_key</tt><tt class="py-op">(</tt><tt class="py-string">"HELIUM_CACHE_DIR"</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
       
    78 <a name="L24"></a><tt class="py-lineno">24</tt>  <tt class="py-line">    <tt id="link-0" class="py-name" targets="Variable heliumlogging.logconf=heliumlogging-module.html#logconf"><a title="heliumlogging.logconf" class="py-name" href="#" onclick="return doclink('link-0', 'logconf', 'link-0');">logconf</a></tt> <tt class="py-op">=</tt> <tt class="py-name">os</tt><tt class="py-op">.</tt><tt id="link-1" class="py-name" targets="Method buildtools.Command.path()=buildtools.Command-class.html#path,Method sysdef.api.SpecialInstruction.path()=sysdef.api.SpecialInstruction-class.html#path,Method sysdef.api.Unit.path()=sysdef.api.Unit-class.html#path"><a title="buildtools.Command.path
       
    79 sysdef.api.SpecialInstruction.path
       
    80 sysdef.api.Unit.path" class="py-name" href="#" onclick="return doclink('link-1', 'path', 'link-1');">path</a></tt><tt class="py-op">.</tt><tt class="py-name">join</tt><tt class="py-op">(</tt><tt class="py-name">os</tt><tt class="py-op">.</tt><tt class="py-name">environ</tt><tt class="py-op">[</tt><tt class="py-string">'HELIUM_CACHE_DIR'</tt><tt class="py-op">]</tt><tt class="py-op">,</tt> <tt class="py-string">"logging."</tt> <tt class="py-op">+</tt> <tt class="py-name">os</tt><tt class="py-op">.</tt><tt class="py-name">environ</tt><tt class="py-op">[</tt><tt class="py-string">'PID'</tt><tt class="py-op">]</tt> <tt class="py-op">+</tt> <tt class="py-string">".conf"</tt><tt class="py-op">)</tt> </tt>
       
    81 <a name="L25"></a><tt class="py-lineno">25</tt>  <tt class="py-line"><tt class="py-keyword">else</tt><tt class="py-op">:</tt> </tt>
       
    82 <a name="L26"></a><tt class="py-lineno">26</tt>  <tt class="py-line">    <tt id="link-2" class="py-name"><a title="heliumlogging.logconf" class="py-name" href="#" onclick="return doclink('link-2', 'logconf', 'link-0');">logconf</a></tt> <tt class="py-op">=</tt> <tt class="py-name">os</tt><tt class="py-op">.</tt><tt id="link-3" class="py-name"><a title="buildtools.Command.path
       
    83 sysdef.api.SpecialInstruction.path
       
    84 sysdef.api.Unit.path" class="py-name" href="#" onclick="return doclink('link-3', 'path', 'link-1');">path</a></tt><tt class="py-op">.</tt><tt class="py-name">join</tt><tt class="py-op">(</tt><tt class="py-name">os</tt><tt class="py-op">.</tt><tt class="py-name">getcwd</tt><tt class="py-op">(</tt><tt class="py-op">)</tt><tt class="py-op">,</tt> <tt class="py-string">"logging.conf"</tt><tt class="py-op">)</tt> </tt>
       
    85 <a name="L27"></a><tt class="py-lineno">27</tt>  <tt class="py-line"> </tt>
       
    86 <a name="L28"></a><tt class="py-lineno">28</tt>  <tt class="py-line"><tt class="py-keyword">assert</tt> <tt class="py-name">os</tt><tt class="py-op">.</tt><tt id="link-4" class="py-name"><a title="buildtools.Command.path
       
    87 sysdef.api.SpecialInstruction.path
       
    88 sysdef.api.Unit.path" class="py-name" href="#" onclick="return doclink('link-4', 'path', 'link-1');">path</a></tt><tt class="py-op">.</tt><tt id="link-5" class="py-name" targets="Method ccm.CCMObject.exists()=ccm.CCMObject-class.html#exists"><a title="ccm.CCMObject.exists" class="py-name" href="#" onclick="return doclink('link-5', 'exists', 'link-5');">exists</a></tt><tt class="py-op">(</tt><tt id="link-6" class="py-name"><a title="heliumlogging.logconf" class="py-name" href="#" onclick="return doclink('link-6', 'logconf', 'link-0');">logconf</a></tt><tt class="py-op">)</tt> </tt>
       
    89 <a name="L29"></a><tt class="py-lineno">29</tt>  <tt class="py-line"><tt class="py-name">logging</tt><tt class="py-op">.</tt><tt class="py-name">config</tt><tt class="py-op">.</tt><tt class="py-name">fileConfig</tt><tt class="py-op">(</tt><tt id="link-7" class="py-name"><a title="heliumlogging.logconf" class="py-name" href="#" onclick="return doclink('link-7', 'logconf', 'link-0');">logconf</a></tt><tt class="py-op">)</tt> </tt>
       
    90 <a name="L30"></a><tt class="py-lineno">30</tt>  <tt class="py-line"> </tt><script type="text/javascript">
       
    91 <!--
       
    92 expandto(location.href);
       
    93 // -->
       
    94 </script>
       
    95 </pre>
       
    96 <br />
       
    97 <!-- ==================== NAVIGATION BAR ==================== -->
       
    98 <table class="navbar" border="0" width="100%" cellpadding="0"
       
    99        bgcolor="#a0c0ff" cellspacing="0">
       
   100   <tr valign="middle">
       
   101 
       
   102   <!-- Tree link -->
       
   103       <th>&nbsp;&nbsp;&nbsp;<a
       
   104         href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
       
   105 
       
   106   <!-- Index link -->
       
   107       <th>&nbsp;&nbsp;&nbsp;<a
       
   108         href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
       
   109 
       
   110   <!-- Help link -->
       
   111       <th>&nbsp;&nbsp;&nbsp;<a
       
   112         href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
       
   113 
       
   114       <th class="navbar" width="100%"></th>
       
   115   </tr>
       
   116 </table>
       
   117 <table border="0" cellpadding="0" cellspacing="0" width="100%%">
       
   118   <tr>
       
   119     <td align="left" class="footer">
       
   120     Generated by Epydoc 3.0beta1 on Wed Sep 09 13:44:21 2009
       
   121     </td>
       
   122     <td align="right" class="footer">
       
   123       <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a>
       
   124     </td>
       
   125   </tr>
       
   126 </table>
       
   127 
       
   128 <script type="text/javascript">
       
   129   <!--
       
   130   // Private objects are initially displayed (because if
       
   131   // javascript is turned off then we want them to be
       
   132   // visible); but by default, we want to hide them.  So hide
       
   133   // them unless we have a cookie that says to show them.
       
   134   checkCookie()
       
   135   // -->
       
   136 </script>
       
   137   
       
   138 </body>
       
   139 </html>