Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.