Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LmsLogging ¶
func (*LmsLogging) LogWriter ¶
func (l *LmsLogging) LogWriter(logs <-chan Log)
LogWriter writes the log to the file Log receives from Log channel
func (LmsLogging) NewAppFileLog ¶
func (l LmsLogging) NewAppFileLog(fName string) (*LmsLogging, error)
NewAppFileLog initialise and return LmsLogging
func (LmsLogging) NewSysAndAppFileLog ¶
func (l LmsLogging) NewSysAndAppFileLog(sysLog, AppLog string) (*LmsLogging, *os.File, *os.File, error)
NewSysAndAppFileLog initialise and return LmsLogging
func (LmsLogging) NewSysFileLog ¶
func (l LmsLogging) NewSysFileLog(fName string) (*LmsLogging, error)
NewSysFileLog initialise and return LmsLogging
Click to show internal directories.
Click to hide internal directories.