Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶ added in v0.11.0
type Logger interface { io.WriteCloser Cleanup() error }
type LoggerFactory ¶ added in v0.13.0
type LoggerFactory interface { CreateWorkspaceLogger(workspaceId string) Logger CreateProjectLogger(workspaceId, projectName string) Logger CreateWorkspaceLogReader(workspaceId string) (io.Reader, error) CreateProjectLogReader(workspaceId, projectName string) (io.Reader, error) }
func NewLoggerFactory ¶ added in v0.13.0
func NewLoggerFactory(logsDir string) LoggerFactory
Click to show internal directories.
Click to hide internal directories.