blob: efd2b432d602ff400929a498e330e5e5b515dcce [file] [log] [blame]
Christopher Piro094823a2007-07-18 00:26:12 +00001%%% Copyright (c) 2007- Facebook
2%%% Distributed under the Thrift Software License
Christopher Piro68940292007-10-02 00:35:12 +00003%%%
Christopher Piro094823a2007-07-18 00:26:12 +00004%%% See accompanying file LICENSE or visit the Thrift site at:
5%%% http://developers.facebook.com/thrift/
6
Christopher Piro68940292007-10-02 00:35:12 +00007-define(CONFIG_FILE, filename:join("conf", "thrift.conf")).
8
Christopher Piro5b3a8f72007-08-01 22:27:37 +00009-define(ERROR(F, D),
10 error_logger:format(F, D)).
Christopher Piro68940292007-10-02 00:35:12 +000011
Christopher Piro3b63fe42007-10-19 21:34:31 +000012-define(INFO(F, D),
13 error_logger:info_msg(F, D)).
Christopher Piro5b3a8f72007-08-01 22:27:37 +000014
Christopher Piro68940292007-10-02 00:35:12 +000015-include("thrift_macros.hrl").
16-include("thrift_constants.hrl").