sslog

package
v0.0.0-...-e8c5f5c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2016 License: GPL-2.0, GPL-2.0, GPL-2.0 Imports: 7 Imported by: 7

README

Simple System Modules for Simple System Services :)

  • sslog - Logging library. Support logging to file and logging level

Documentation

Index

Constants

View Source
const (
	LLError = iota
	LLWarning
	LLInfo
	LLTrace
)

Variables

This section is empty.

Functions

This section is empty.

Types

type LogFile

type LogFile struct {
	LL int
	// contains filtered or unexported fields
}

func (*LogFile) Bye

func (_s *LogFile) Bye()

func (*LogFile) Hello

func (_s *LogFile) Hello(pName, pVer string)

func (*LogFile) Log

func (_s *LogFile) Log(msg ...interface{})

func (*LogFile) LogDbg

func (_s *LogFile) LogDbg(ll int, msg ...interface{})

func (*LogFile) OFF

func (_s *LogFile) OFF()

func (*LogFile) ON

func (_s *LogFile) ON(xlog_file string, xlog_level int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL