glog/config

Types

Config opaque representation

pub opaque type Config

Functions

pub fn new(key: String, value: a) -> Config

Initializes a new Config

pub fn set_level(c: Config, value: ConfigLevel) -> Map(
  Atom,
  Dynamic,
)

Sets level in config struct

Search Document