Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: flogger.h
Link against: flogger.lib

Class TLogFile

class TLogFile;

Support

Supported from 5.1

Description

General access to packaged log files.

This is internal and not intended for use.

Defined in TLogFile:
Directory(), Mode(), Name(), Set(), SetValid(), TLogFile(), TLogFile(), Valid(), iDirectory, iMode, iName, iValid, operator==()


Internal members


TLogFile()

TLogFile();

Description

This member is internal and not intended for use.


TLogFile()

TLogFile(const TDesC& aDir, const TDesC& aName, TFileLoggingMode aMode);

Description

This member is internal and not intended for use.


Valid()

inline TBool Valid() const;

Description

This member is internal and not intended for use.


Directory()

inline TFileName Directory() const;

Description

This member is internal and not intended for use.


Name()

inline TFileName Name() const;

Description

This member is internal and not intended for use.


Mode()

inline TFileLoggingMode Mode() const;

Description

This member is internal and not intended for use.


operator==()

TBool operator ==(const TLogFile& aLogFile) const;

Description

This member is internal and not intended for use.


Set()

void Set(const TDesC& aDir, const TDesC& aName, TFileLoggingMode aMode);

Description

This member is internal and not intended for use.


SetValid()

inline void SetValid(TBool aValid);

Description

This member is internal and not intended for use.


iValid

private: TBool iValid;

Description

This member is internal and not intended for use.


iDirectory

private: TFileName iDirectory;

Description

This member is internal and not intended for use.


iName

private: TFileName iName;

Description

This member is internal and not intended for use.


iMode

private: TFileLoggingMode iMode;

Description

This member is internal and not intended for use.