ログを扱う EventLog、TraceLog の基底クラスです。 [詳解]
#include <OnlineCore/src/Platform/Core/Log.h>
公開メンバ関数 | |
LogDevice * | GetLogDevice () |
LogDeviceを取得します。 [詳解] | |
OutputFormat * | GetOutputFormat () |
OutputFormatへのポインタを取得します。 [詳解] | |
void | SetLogDevice (LogDevice *pLogDevice, qBool bDeleteCurrentDevice=true) |
LogDeviceを設定します。 [詳解] | |
void | SetOutputFormat (OutputFormat *pOutputFormat) |
LogDeviceを設定します。 [詳解] | |
LogDeviceを設定します。
[in] | pLogDevice | LogDeviceを設定します。qNewで動的確保されている必要があります。 |
[in] | bDeleteCurrentDevice | true 現在のLogDeviceを自動削除します。false 現在のLogDeviceを削除しません。 |
void nn::nex::Log::SetOutputFormat | ( | OutputFormat * | pOutputFormat | ) |
LogDevice* nn::nex::Log::GetLogDevice | ( | ) |
LogDeviceを取得します。
OutputFormat* nn::nex::Log::GetOutputFormat | ( | ) |
OutputFormatへのポインタを取得します。