- 创建项目
- 对象和变量引用
- 扩展项目
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");