소스 검색

Bumped version to 2.1.0 to reflect map support and other fixes.

pull/253/merge 2.1.0
Jon Meredith 10 년 전
부모
커밋
840acab51e
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 1
- 0
README.md 파일 보기

@ -22,6 +22,7 @@ Features
* Supports internal time and date based rotation, as well as external rotation tools
* Syslog style log level comparison flags
* Colored terminal output (requires R16+)
* Map support (requires 17+)
Usage
-----

+ 1
- 1
src/lager.app.src 파일 보기

@ -3,7 +3,7 @@
{application, lager,
[
{description, "Erlang logging framework"},
{vsn, "2.0.3"},
{vsn, "2.1.0"},
{modules, []},
{applications, [
kernel,

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