Module lager_config

Helper functions for working with lager's runtime config.

Description

Helper functions for working with lager's runtime config

Function Index

get/1
get/2
global_get/1
global_get/2
global_set/2
new/0
new_sink/1
set/2

Function Details

get/1

get(FullKey) -> any()

get/2

get(Key, Default) -> any()

global_get/1

global_get(Key) -> any()

global_get/2

global_get(Key, Default) -> any()

global_set/2

global_set(Key, Value) -> any()

new/0

new() -> any()

new_sink/1

new_sink(Sink) -> any()

set/2

set(Key, Value) -> any()


Generated by EDoc