Log クラス
ログを出力するクラス
継承関係
Log
メンバー
メソッド
Critical(LogCategory, String)
Criticalでログを出力します。
Debug(LogCategory, String)
Debugでログを出力します。
Error(LogCategory, String)
Errorでログを出力します。
Info(LogCategory, String)
Infoでログを出力します。
SetLevel(LogCategory, LogLevel)
ログレベルを設定します。
Trace(LogCategory, String)
Traceでログを出力します。
Warn(LogCategory, String)
Warnでログを出力します。
Write(LogCategory, LogLevel, String)
ログを出力します。
メソッド
Critical(LogCategory, String)
Criticalでログを出力します。
public void Critical(LogCategory category, string message)
パラメータ
category | |
message |
Debug(LogCategory, String)
Debugでログを出力します。
public void Debug(LogCategory category, string message)
パラメータ
category | |
message |
Error(LogCategory, String)
Errorでログを出力します。
public void Error(LogCategory category, string message)
パラメータ
category | |
message |
Info(LogCategory, String)
Infoでログを出力します。
public void Info(LogCategory category, string message)
パラメータ
category | |
message |
SetLevel(LogCategory, LogLevel)
ログレベルを設定します。
public void SetLevel(LogCategory category, LogLevel level)
パラメータ
category | |
level |
Trace(LogCategory, String)
Traceでログを出力します。
public void Trace(LogCategory category, string message)
パラメータ
category | |
message |
Warn(LogCategory, String)
Warnでログを出力します。
public void Warn(LogCategory category, string message)
パラメータ
category | |
message |
Write(LogCategory, LogLevel, String)
ログを出力します。
public void Write(LogCategory category, LogLevel level, string message)
パラメータ
category | |
level | |
message |