|
@ -9,6 +9,6 @@ |
|
|
-define(DEBUG(Str, Args), rebar_log:log(debug, Str, Args)). |
|
|
-define(DEBUG(Str, Args), rebar_log:log(debug, Str, Args)). |
|
|
-define(INFO(Str, Args), rebar_log:log(info, Str, Args)). |
|
|
-define(INFO(Str, Args), rebar_log:log(info, Str, Args)). |
|
|
-define(WARN(Str, Args), rebar_log:log(warn, Str, Args)). |
|
|
-define(WARN(Str, Args), rebar_log:log(warn, Str, Args)). |
|
|
-define(ERROR(Str, Args), rebar_log:log(error, Str, Args)). |
|
|
|
|
|
|
|
|
-define(ERROR(Str, Args), rebar_log:log(standard_error, error, Str, Args)). |
|
|
|
|
|
|
|
|
-define(FMT(Str, Args), lists:flatten(io_lib:format(Str, Args))). |
|
|
-define(FMT(Str, Args), lists:flatten(io_lib:format(Str, Args))). |