forked from kuenishi/fluent-logger-erlang
-
Notifications
You must be signed in to change notification settings - Fork 0
License
climvalencia/fluent-logger-erlang
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
fluent-logger-erlang ==================== erlang logger using gen_event to output to fluent. first example: > {ok,_Pid}=gen_event:start({local, yourlogger}), > ok = gen_event:add_handler(?MODULE, fluent_event, debug), > ok = gen_event:notify(?MODULE, {debug, {[{<<"hoge">>,<<"data">>}]}}), Now I am thinking of better interface. TODO ==== - better interface (accepting proplist-like map only, binary() or string()? ) - tests - unknown failure in Lion: =ERROR REPORT==== 9-Oct-2011::00:07:27 === ** Generic server inet_gethost_native_sup terminating ** Last message in was {'EXIT',<0.94.0>,killed} ** When Server state == {state,inet_gethost_native,undefined,<0.94.0>, {local,inet_gethost_native_sup}}
About
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Erlang 100.0%