This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Bumped version to 2.1.0 to reflect map support and other fixes.
pull/253/merge
2.1.0
Jon Meredith
10 years ago
parent
2ced8a69cf
commit
840acab51e
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
README.md
+1
-1
src/lager.app.src
+ 1
- 0
README.md
View File
@ -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
View File
@ -3,7 +3,7 @@
{application, lager,
[
{description, "Erlang logging framework"},
{vsn, "2.
0.3
"},
{vsn, "2.
1.0
"},
{modules, []},
{applications, [
kernel,
Write
Preview
Loading…
Cancel
Save