Skip to content

Latest commit

 

History

History
55 lines (19 loc) · 1.09 KB

alog_config.md

File metadata and controls

55 lines (19 loc) · 1.09 KB

Module alog_config

Module alog_config

Inner wrapper allows to abstract from a particular source of configuration.

get_conf/1Returns the value of the configuration property Prop.
get_conf/2Returns the value of the configuration property Prop.

get_conf/1

get_conf(Prop) -> any()

Returns the value of the configuration property Prop. if configuration parameter does not exist, the function returns undefined

get_conf/2

get_conf(Prop, DefVal) -> any()

Returns the value of the configuration property Prop. if configuration parameter does not exist, the function returns DefVal