diff -r 6b1d113cdff3 -r 6638e7f4bd8f telephonyprotocols/gprsumtsqosprt/inc/guqos_log.h --- a/telephonyprotocols/gprsumtsqosprt/inc/guqos_log.h Mon May 03 13:37:20 2010 +0300 +++ b/telephonyprotocols/gprsumtsqosprt/inc/guqos_log.h Thu May 06 15:10:38 2010 +0100 @@ -1,69 +1,69 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). -// All rights reserved. -// This component and the accompanying materials are made available -// under the terms of "Eclipse Public License v1.0" -// which accompanies this distribution, and is available -// at the URL "http://www.eclipse.org/legal/epl-v10.html". -// -// Initial Contributors: -// Nokia Corporation - initial contribution. -// -// Contributors: -// -// Description: -// guqos.h -// - -#if !defined(__LOG_H__) -#define __LOG_H__ - -#if !defined(_DEBUG) -# define LOG(a) -#else -# define LOG(a) a -# define _LOG - -#include - - -_LIT(KGUQoSLogFolder,"guqos"); -_LIT(KGUQoSLogFile,"guqos.txt"); - -class Log - { -public: - static inline void Write(const TDesC& aDes); - static inline void Printf(TRefByValue aFmt, ...); - static inline void Printf(TRefByValue aFmt, ...); - static inline void HexDump(const TText* aHeader, const TText* aMargin, const TUint8* aPtr, TInt aLen); - }; - -inline void Log::Write(const TDesC& aDes) -{ - RFileLogger::Write(KGUQoSLogFolder(), KGUQoSLogFile(), EFileLoggingModeAppend, aDes); -} - - -inline void Log::Printf(TRefByValue aFmt, ...) -{ - VA_LIST list; - VA_START(list,aFmt); - RFileLogger::WriteFormat(KGUQoSLogFolder(), KGUQoSLogFile(), EFileLoggingModeAppend, aFmt, list); -} - -inline void Log::Printf(TRefByValue aFmt, ...) -{ - VA_LIST list; - VA_START(list,aFmt); - RFileLogger::WriteFormat(KGUQoSLogFolder(), KGUQoSLogFile(), EFileLoggingModeAppend, aFmt, list); -} - -inline void Log::HexDump(const TText* aHeader, const TText* aMargin, const TUint8* aPtr, TInt aLen) -{ - RFileLogger::HexDump(KGUQoSLogFolder(), KGUQoSLogFile(), EFileLoggingModeAppend, aHeader, aMargin, aPtr, aLen); -} - -#endif // !defined(_DEBUG) - -#endif //__GUQOSLOG_H__ - +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// guqos.h +// + +#if !defined(__LOG_H__) +#define __LOG_H__ + +#if !defined(_DEBUG) +# define LOG(a) +#else +# define LOG(a) a +# define _LOG + +#include + + +_LIT(KGUQoSLogFolder,"guqos"); +_LIT(KGUQoSLogFile,"guqos.txt"); + +class Log + { +public: + static inline void Write(const TDesC& aDes); + static inline void Printf(TRefByValue aFmt, ...); + static inline void Printf(TRefByValue aFmt, ...); + static inline void HexDump(const TText* aHeader, const TText* aMargin, const TUint8* aPtr, TInt aLen); + }; + +inline void Log::Write(const TDesC& aDes) +{ + RFileLogger::Write(KGUQoSLogFolder(), KGUQoSLogFile(), EFileLoggingModeAppend, aDes); +} + + +inline void Log::Printf(TRefByValue aFmt, ...) +{ + VA_LIST list; + VA_START(list,aFmt); + RFileLogger::WriteFormat(KGUQoSLogFolder(), KGUQoSLogFile(), EFileLoggingModeAppend, aFmt, list); +} + +inline void Log::Printf(TRefByValue aFmt, ...) +{ + VA_LIST list; + VA_START(list,aFmt); + RFileLogger::WriteFormat(KGUQoSLogFolder(), KGUQoSLogFile(), EFileLoggingModeAppend, aFmt, list); +} + +inline void Log::HexDump(const TText* aHeader, const TText* aMargin, const TUint8* aPtr, TInt aLen) +{ + RFileLogger::HexDump(KGUQoSLogFolder(), KGUQoSLogFile(), EFileLoggingModeAppend, aHeader, aMargin, aPtr, aLen); +} + +#endif // !defined(_DEBUG) + +#endif //__GUQOSLOG_H__ +