浏览代码

Update monitor.md

/tag-0.2.0
GitHub 7 年前
当前提交
bd166596
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 6
      docs/monitor.md

6
docs/monitor.md


# Monitor
The monitoring of the environment has been changed. You can now track many different things and not only agents. Use the Log function anywhere in your code :
The monitoring of the environment has been changed. Here is an example of what the new monitor looks like.
![Monitor](../images/monitor.png)
You can now track many different things and not only agents. Use the Log function anywhere in your code :
```csharp
Monitor.Log(key, value, displayType , target)
```

正在加载...
取消
保存