Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Credential ¶ added in v0.0.21
Credential is the ticket for accessing the log service at QCloud
type Hook ¶
type Hook interface { // Establish for making connections Establish() error Fire(entry *logrus.Entry) error Levels() []logrus.Level }
Hook 日志上传器
Click to show internal directories.
Click to hide internal directories.