Documentation ¶
Overview ¶
Package base micserver重要的一些接口
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ILog ¶
type ILog interface { Debug(fmt string, args ...interface{}) Warn(fmt string, args ...interface{}) Info(fmt string, args ...interface{}) Error(fmt string, args ...interface{}) Fatal(fmt string, args ...interface{}) Clone() ILog Close() SetLogName(logname string) SetTopic(topic string) }
ILog micserver的log系统提供给外部的接口
Click to show internal directories.
Click to hide internal directories.