#include <flogger.h>
Link against: flogger.lib
class TLogFile |
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 &) |
General access to packaged log files. DeprecatedMigrate to Open System Trace Instrumentation API instead
TLogFile | ( | const TDesC & | aDir, |
const TDesC & | aName, | ||
TFileLoggingMode | aMode | ||
) |
Sets initial values for iValid,iDirectory,iName and iMode.
Parameters | |
---|---|
aDir | Full Path of the log file. |
aName | Name of the log file. |
aMode | Specifies whether data is appended or file is truncated. |
void | Set | ( | const TDesC & | aDir, |
const TDesC & | aName, | |||
TFileLoggingMode | aMode | |||
) |
Sets values for iValid,iDirectory,iName and iMode.
Parameters | |
---|---|
aDir | Full Path of the log file. |
aName | Name of the log file. |
aMode | Specifies whether data is appended or file is truncated. |