blob: fdeaf1d8eac4dcf7944b7077272e2d48bbfcdf33 [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 Piro5b3a8f72007-08-01 22:27:37 +000012-define(INFO(Type, Report),
13 error_logger:info_report({thrift_info, Type}, Report)).
14
Christopher Piro68940292007-10-02 00:35:12 +000015-include("thrift_macros.hrl").
16-include("thrift_constants.hrl").