CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FxLogging::CFxLogFile Class Referenceabstract

#include <FxLogging.h>

Public Member Functions

virtual void Log (const CFxString &str)=0
 
virtual void Log (const QNetworkRequest *req)=0
 
virtual void Log (QNetworkReply *rep, const QByteArray &replyBody)=0
 
virtual CFxString GetLogFilePath () const =0
 
virtual void SetEnabled (bool bEnabled)=0
 

Detailed Description

Definition at line 29 of file FxLogging.h.

Member Function Documentation

◆ GetLogFilePath()

virtual CFxString FxLogging::CFxLogFile::GetLogFilePath ( ) const
pure virtual

◆ Log() [1/3]

virtual void FxLogging::CFxLogFile::Log ( const CFxString str)
pure virtual

◆ Log() [2/3]

virtual void FxLogging::CFxLogFile::Log ( const QNetworkRequest *  req)
pure virtual

◆ Log() [3/3]

virtual void FxLogging::CFxLogFile::Log ( QNetworkReply *  rep,
const QByteArray &  replyBody 
)
pure virtual

◆ SetEnabled()

virtual void FxLogging::CFxLogFile::SetEnabled ( bool  bEnabled)
pure virtual

The documentation for this class was generated from the following file: