Versions in this module Expand all Collapse all v1 v1.0.1 Jan 30, 2021 Changes in this version + const LOG_LEVEL_ERROR + const LOG_LEVEL_INFO + const LOG_LEVEL_WARNING + func Logx() + type Logs struct + var ServiceLogs *Logs + func (log *Logs) Add(inter ...interface{}) bool + func (log *Logs) Back() []byte + func (log *Logs) Echo() + func (log *Logs) New(opts ...newOption) *Logs + func (log *Logs) Push(inter ...interface{}) bool + type Options struct + Action string + Date time.Time + Level byte + Module string + Msg interface{}