Log.Info(message)
引数で渡された情報メッセージを生成します。
static void Info(stringmessage);
引数
- message(string)
- 生成するメッセージ。
例
Log.Info("This is an info message");
ご質問やご意見
static void Info(stringmessage);
Log.Info("This is an info message");