vRp.CD2g_test/server/internal/logger/README.md

69 lines
1.4 KiB
Markdown

# Logger
[![Go doc](https://img.shields.io/badge/go.dev-reference-brightgreen?logo=go&logoColor=white&style=flat)](https://pkg.go.dev/github.com/kercylan98/minotaur)
![](https://img.shields.io/badge/Email-kercylan@gmail.com-green.svg?style=flat)
暂无介绍...
## 目录导航
列出了该 `package` 下所有的函数及类型定义,可通过目录导航进行快捷跳转 ❤️
<details>
<summary>展开 / 折叠目录导航</summary>
> 类型定义
|类型|名称|描述
|:--|:--|:--
|`STRUCT`|[Ants](#struct_Ants)|暂无描述...
|`STRUCT`|[GNet](#struct_GNet)|暂无描述...
</details>
***
## 详情信息
<span id="struct_Ants"></span>
### Ants `STRUCT`
```go
type Ants struct{}
```
<span id="struct_Ants_Printf"></span>
#### func (*Ants) Printf(format string, args ...interface {})
***
<span id="struct_GNet"></span>
### GNet `STRUCT`
```go
type GNet struct{}
```
<span id="struct_GNet_Debugf"></span>
#### func (*GNet) Debugf(format string, args ...interface {})
***
<span id="struct_GNet_Infof"></span>
#### func (*GNet) Infof(format string, args ...interface {})
***
<span id="struct_GNet_Warnf"></span>
#### func (*GNet) Warnf(format string, args ...interface {})
***
<span id="struct_GNet_Errorf"></span>
#### func (*GNet) Errorf(format string, args ...interface {})
***
<span id="struct_GNet_Fatalf"></span>
#### func (*GNet) Fatalf(format string, args ...interface {})
***