Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLoggingService ¶
func NewLoggingService(provider logProvider, doguConfigRepository doguConfigRepository, restarter doguRestarter, doguDescriptorGetter doguDescriptorGetter, deploymentGetter deploymentGetter) *loggingService
NewLoggingService creates a new logging service.
Types ¶
type LogLevel ¶ added in v0.8.0
type LogLevel int
LogLevel is the log level that can be defined for a dogu.
func CreateLogLevelFromProto ¶ added in v0.8.0
CreateLogLevelFromProto maps protobuf log level to an internal log level used in application
func CreateLogLevelFromString ¶ added in v0.8.0
CreateLogLevelFromString maps a string to an internal log level used in application
type LokiLogProvider ¶ added in v0.5.0
type LokiLogProvider struct {
// contains filtered or unexported fields
}
func NewLokiLogProvider ¶ added in v0.5.0
func NewLokiLogProvider(gatewayUrl string, username string, password string) *LokiLogProvider
Click to show internal directories.
Click to hide internal directories.