logger

package
v0.0.0-...-38a89e1 Latest Latest
Warning

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

Go to latest
Published: May 6, 2015 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package logger implements an asynchronous logging mechanism.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

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

Logger is an asynchronously writing logger.

func New

func New(w io.Writer) *Logger

New returns an initialized *Logger.

func (*Logger) Log

func (l *Logger) Log(s ...string)

Logs the slice of strings to the output in CSV format.

Jump to

Keyboard shortcuts

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