imservices/imfeatureplugin/srcutils/imlogutils.h
changeset 51 61fad867f68e
equal deleted inserted replaced
-1:000000000000 51:61fad867f68e
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: header for IM logs 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef IMLOGUTILS_H
       
    21 #define IMLOGUTILS_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32std.h>
       
    25 #include <flogger.h>
       
    26 
       
    27 
       
    28 /**
       
    29 *  Debug log writer
       
    30 *  @lib 
       
    31 *  
       
    32 */
       
    33 class XImLogger
       
    34     {
       
    35     public: // New functions
       
    36         
       
    37         /**
       
    38         * Writes log to log file
       
    39         * @param 
       
    40         * @return 
       
    41         */
       
    42 	    static void Log(TRefByValue<const TDesC> aFmt,...);
       
    43 
       
    44 
       
    45     };
       
    46 
       
    47 #endif      // IMLOGUTILS_H   
       
    48            
       
    49 // End of File