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");