All Projects → Qihoo360 → elog

Qihoo360 / elog

Licence: other
A erlang log nif

Programming Languages

C++
36643 projects - #6 most used programming language
erlang
1774 projects
shell
77523 projects

Overview

A erlang log library nif

simple and fast

Feature

  • Six grained log levels(trace, debug, info, warn, error, fatal)
  • Support configred log level

Config

 {elog, [
    {logname, "bada"},
    {log_level, 4} 
    ]},

Usage

elog_backend:warn("This is a log"),
elog_backend:trace("This is a trace log"),
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].