Documentation
¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
Log for portability
func NewSimple ¶
NewSimple creates a simple logger for barbaric purposes
Example ¶
package main
import (
"fmt"
"github.com/SUNET/vc/pkg/logger"
)
func main() {
log := logger.NewSimple("myservice")
fmt.Printf("%T\n", log)
}
Output: *logger.Log
Click to show internal directories.
Click to hide internal directories.