Documentation
¶
Index ¶
Constants ¶
View Source
const ( DEBUG = iota INFO WARNING ERROR )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultClient ¶
type DefaultClient struct { }
func (*DefaultClient) DEBUG ¶
func (d *DefaultClient) DEBUG(M ...any) string
func (*DefaultClient) ERROR ¶
func (d *DefaultClient) ERROR(M ...any) string
func (*DefaultClient) INFO ¶
func (d *DefaultClient) INFO(M ...any) string
func (*DefaultClient) WARN ¶
func (d *DefaultClient) WARN(M ...any) string
type DefaultServer ¶
type DefaultServer struct {
// contains filtered or unexported fields
}
func (*DefaultServer) Close ¶
func (d *DefaultServer) Close()
func (*DefaultServer) FilePath ¶
func (d *DefaultServer) FilePath(path string)
func (*DefaultServer) Out ¶
func (d *DefaultServer) Out(msg string)
func (*DefaultServer) Print ¶
func (d *DefaultServer) Print(log string)
type Log ¶
func (*Log) SetFilePath ¶
Click to show internal directories.
Click to hide internal directories.