- 创建项目
- 对象和变量引用
- 扩展项目
Log.Error(message)
生成在参数中传递的错误消息。
static void Error(stringmessage);
参数
- message(string)
- 要生成的消息。
示例
Log.Error("This is an error message");
提供反馈
static void Error(stringmessage);
Log.Error("This is an error message");