Current section
Files
Jump to
Current section
Files
src/traces.app.src
{application,traces,
[{description,"Ceylan-Traces, an advanced trace service, so that the user of an Erlang application can efficiently log, browse and search through detailed runtime messages that may be emitted concurrently (see http://traces.esperide.org)"},
{vsn,"1.0.1"},
{registered,[ceylan_trace_aggregator]},
{applications,[kernel,stdlib,wooper]},
{env,[]},
{modules,[class_TraceSupervisor,traces,traces_sup,
traces_for_apps,class_TraceAggregator,traces_app,
class_TraceListener,traces_for_tests,
class_TraceEmitter]},
{licenses,["Ceylan-Traces is licensed by its author (Olivier Boudeville) under a disjunctive tri-license, giving you the choice of one of the three following sets of free software/open source licensing terms:\n\t- the Mozilla Public License (MPL), version 1.1 or later (very close to the former Erlang Public License, except aspects regarding Ericsson and/or the Swedish law)\n\t- the GNU General Public License (GPL), version 3.0 or later\n\t- the GNU Lesser General Public License (LGPL), version 3.0 or later"]},
{mod,{traces_app,[]}},
{links,[{"Official website","http://traces.esperide.org"},
{"Github",
"https://github.com/Olivier-Boudeville/Ceylan-Traces"}]}]}.