Skip to content

Commit

Permalink
fixed a problem with embedded mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednawras committed Feb 6, 2010
1 parent e391630 commit 50aa4ce
Showing 1 changed file with 33 additions and 11 deletions.
44 changes: 33 additions & 11 deletions ebin/log4erl.app
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
%% This is the application resource file (.app file) for the 'base'
%% application.
{application, log4erl,
[{description, "Logger for erlang in the spirit of Log4J"},
{vsn, "0.9.0"},
{modules, [log4erl]},
{registered,[log4erl]},
{applications, [kernel,stdlib]},
{mod, {log4erl,[]}},
{start_phases, []}
]}.
%% This is the application resource file (.app file) for the 'base'
%% application.
{application, log4erl,
[{description, "Logger for erlang in the spirit of Log4J"},
{vsn, "0.9.0"},
{modules, [console_appender,
dummy_appender,
email_msg,
error_logger_log4erl_h,
file_appender,
log4erl_conf,
log4erl,
log4erl_lex,
log4erl_parser,
log4erl_sup,
log4erl_utils,
log_filter_codegen,
log_filter,
log_formatter,
logger_guard,
log_manager,
mochinum,
smtp_appender,
smtp_fsm,
syslog_appender,
xml_appender]},
{registered,[log4erl]},
{applications, [kernel,stdlib]},
{mod, {log4erl,[]}},
{start_phases, []}
]}.


0 comments on commit 50aa4ce

Please sign in to comment.