You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
296 B

# Introduction
```
.
├── TCPServer
│  
└── TCPClient
```
Client - [Log](https://git.zggsong.cn/ZGGSONG/TCPDemo/src/branch/master/TRI_TCP_Client/TRI_TCP_Client/Log) 中包含比较好用的简单日志类
```
# 用法
Logger.Instance.WriteLog(value, LogType.Information);
```