CTR NEX API Reference
nn::nex::Log クラス

ログを扱う EventLog、TraceLog の基底クラスです。 [詳解]

#include <OnlineCore/src/Platform/Core/Log.h>

+ nn::nex::Log の継承関係図

公開メンバ関数

LogDeviceGetLogDevice ()
 LogDeviceを取得します。 [詳解]
 
OutputFormatGetOutputFormat ()
 OutputFormatへのポインタを取得します。 [詳解]
 
void SetLogDevice (LogDevice *pLogDevice, qBool bDeleteCurrentDevice=true)
 LogDeviceを設定します。 [詳解]
 
void SetOutputFormat (OutputFormat *pOutputFormat)
 LogDeviceを設定します。 [詳解]
 

詳解

ログを扱う EventLog、TraceLog の基底クラスです。

参照
EventLog, TraceLog

関数詳解

void nn::nex::Log::SetLogDevice ( LogDevice pLogDevice,
qBool  bDeleteCurrentDevice = true 
)

LogDeviceを設定します。

引数
[in]pLogDeviceLogDeviceを設定します。qNewで動的確保されている必要があります。
[in]bDeleteCurrentDevicetrue 現在のLogDeviceを自動削除します。false 現在のLogDeviceを削除しません。
参照
GetLogDevice()
void nn::nex::Log::SetOutputFormat ( OutputFormat pOutputFormat)

LogDeviceを設定します。

引数
[in]pOutputFormatOutputFormatを設定します。qNewで動的確保されている必要があります。。
参照
GetLogDevice()
LogDevice* nn::nex::Log::GetLogDevice ( )

LogDeviceを取得します。

戻り値
設定されているLogDeviceのポインタを返します。
OutputFormat* nn::nex::Log::GetOutputFormat ( )

OutputFormatへのポインタを取得します。

戻り値
OutputFormat へのポインタ