lg - ActiveState ActiveGo 1.8
...

Package lg

import "gopkg.in/rana/ora.v4/lg"
Overview
Index

Overview ▾

Variables

var Log = Std{L: log.New(os.Stderr, "[ora] ", log.Ldate|log.Ltime|log.Lmicroseconds|log.Lshortfile)}

type Std

type Std struct {
    L *log.Logger
}

func (Std) Errorf

func (s Std) Errorf(format string, v ...interface{})

func (Std) Errorln

func (s Std) Errorln(v ...interface{})

func (Std) Infof

func (s Std) Infof(format string, v ...interface{})

func (Std) Infoln

func (s Std) Infoln(v ...interface{})