mobileLog

package
v0.0.0-...-89f51bc Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CloseMobileLog

func CloseMobileLog()

func NewMobileLog

func NewMobileLog(logPath string) error

func Print

func Print(v ...interface{})

Types

type ImpLog

type ImpLog struct {
	// contains filtered or unexported fields
}

func NewImpLog

func NewImpLog(logPath string) (*ImpLog, error)

func (*ImpLog) CloseMobileLog

func (mlog *ImpLog) CloseMobileLog()

func (*ImpLog) InitMobileLog

func (mlog *ImpLog) InitMobileLog(logPath string) error

func (*ImpLog) Print

func (mlog *ImpLog) Print(v ...interface{})

type MLog

type MLog interface {
	InitMobileLog(logPath string) error

	CloseMobileLog()

	Print(v ...interface{})
}

Jump to

Keyboard shortcuts

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