#include <DebugOutput.h>
Static Public Member Functions | |
void | initialize (const char *fileName="LampDebugLog.txt") |
初期化 | |
void | finalize () |
後始末 | |
int | print (const char *format,...) |
デバッグ出力 | |
int | print (const String &string) |
デバッグ出力 |
デバッグ出力の実装クラスです。
Definition at line 80 of file DebugOutput.h.
|
初期化
Definition at line 42 of file DebugOutput.cpp. References NULL. |
|
デバッグ出力
Definition at line 75 of file DebugOutput.cpp. References Lamp::String::getBytes(), Lamp::String::getSize(), NULL, Lamp::Logger::output(), StdOutputDebugString, and StdPrintf. |
|
デバッグ出力 可変長引数に対応したデバッグ出力メソッド。
Definition at line 53 of file DebugOutput.cpp. References ErrorOut, NULL, Lamp::Logger::output(), StdOutputDebugString, StdPrintf, and StdVsnprintf. |