浏览代码

Export configure_sink/2 for runtime sink config

Address #286. This will enable applications to
dynamically configure log sinks, provided they
have already instrumented the code via parse
transformation to use those sinks.
pull/342/head
Mark Allen 9 年前
父节点
当前提交
1b582af196
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/lager_app.erl

+ 1
- 0
src/lager_app.erl 查看文件

@ -28,6 +28,7 @@
-export([start/0,
start/2,
start_handler/3,
configure_sink/2,
stop/1]).
%% The `application:get_env/3` compatibility wrapper is useful

正在加载...
取消
保存