Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllowedFile ¶
type AllowedFile struct {
// contains filtered or unexported fields
}
AllowedFile is a settable identifier for the output file that the logger can have.
func (*AllowedFile) Set ¶
func (f *AllowedFile) Set(s string) error
Set updates the value of the allowed format.
func (*AllowedFile) String ¶
func (f *AllowedFile) String() string
type Config ¶
type Config struct { *promslog.Config File *AllowedFile }
Config is a struct containing configurable settings for the logger.
Click to show internal directories.
Click to hide internal directories.