Home
last modified time | relevance | path

Searched defs:LevelVar (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dlevel.go157 type LevelVar struct { struct
158 val atomic.Int64
162 func (v *LevelVar) Level() Level {
167 func (v *LevelVar) Set(l Level) {
171 func (v *LevelVar) String() string {
177 func (v *LevelVar) MarshalText() ([]byte, error) {
183 func (v *LevelVar) UnmarshalText(data []byte) error {