class TLogFile |
General access to packaged log files. Migrate to Open System Trace Instrumentation API instead
Public Member Functions | |
---|---|
TLogFile() | |
TLogFile(const TDesC &, const TDesC &, TFileLoggingMode) | |
TFileName | Directory() |
TFileLoggingMode | Mode() |
TFileName | Name() |
void | Set(const TDesC &, const TDesC &, TFileLoggingMode) |
void | SetValid(TBool) |
TBool | Valid() |
TBool | operator==(const TLogFile &) |
Private Attributes | |
---|---|
TFileName | iDirectory |
TFileLoggingMode | iMode |
TFileName | iName |
TBool | iValid |
TLogFile | ( | const TDesC & | aDir, |
const TDesC & | aName, | ||
TFileLoggingMode | aMode | ||
) |
const TDesC & aDir | |
const TDesC & aName | |
TFileLoggingMode aMode |
void | Set | ( | const TDesC & | aDir, |
const TDesC & | aName, | |||
TFileLoggingMode | aMode | |||
) |
const TDesC & aDir | |
const TDesC & aName | |
TFileLoggingMode aMode |
void | SetValid | ( | TBool | aValid | ) | [inline] |
Sets iValid with the value aValid.
TBool aValid |
TBool | operator== | ( | const TLogFile & | aLogFile | ) | const |
const TLogFile & aLogFile |