jsonfilelog

package
v1.4.2-0...-e6b7d93 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(filename string) (logger.Logger, error)

New creates new JSONFileLogger which writes to filename

Types

type JSONFileLogger

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

JSONFileLogger is Logger implementation for default docker logging: JSON objects to file

func (*JSONFileLogger) Close

func (l *JSONFileLogger) Close() error

Close closes underlying file

func (*JSONFileLogger) Log

func (l *JSONFileLogger) Log(msg *logger.Message) error

Log converts logger.Message to jsonlog.JSONLog and serializes it to file

func (*JSONFileLogger) Name

func (l *JSONFileLogger) Name() string

Name returns name of this logger

Jump to

Keyboard shortcuts

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