 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	Name = "json-file"
)
    Variables ¶
This section is empty.
Functions ¶
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) GetReader ¶ added in v1.7.0
func (l *JSONFileLogger) GetReader() (io.Reader, error)
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) LogPath ¶ added in v1.7.0
func (l *JSONFileLogger) LogPath() string
func (*JSONFileLogger) Name ¶
func (l *JSONFileLogger) Name() string
Name returns name of this logger
 Click to show internal directories. 
   Click to hide internal directories.