소스 검색

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

불러오는 중...
취소
저장