mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
c7fd7639b7
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665282 13f79535-47bb-0310-9956-ffa450edef68
17 lines
457 B
Erlang
17 lines
457 B
Erlang
%%% Copyright (c) 2007- Facebook
|
|
%%% Distributed under the Thrift Software License
|
|
%%%
|
|
%%% See accompanying file LICENSE or visit the Thrift site at:
|
|
%%% http://developers.facebook.com/thrift/
|
|
|
|
-define(CONFIG_FILE, filename:join("conf", "thrift.conf")).
|
|
|
|
-define(ERROR(F, D),
|
|
error_logger:format(F, D)).
|
|
|
|
-define(INFO(Type, Report),
|
|
error_logger:info_report({thrift_info, Type}, Report)).
|
|
|
|
-include("thrift_macros.hrl").
|
|
-include("thrift_constants.hrl").
|