r1295@opsdev009 (orig r69995): cpiro | 2007-11-14 22:26:28 -0800
[amiethrift.git] / lib / erl / include / thrift.hrl
blob4bc994edfda3209b900bf9fd1a037ccc4a46103b
1 %%% Copyright (c) 2007- Facebook
2 %%% Distributed under the Thrift Software License
3 %%%
4 %%% See accompanying file LICENSE or visit the Thrift site at:
5 %%% http://developers.facebook.com/thrift/
7 -define(ERROR(F, D),
8 error_logger:format(F, D)).
10 -define(INFO(F, D),
11 error_logger:info_msg(F, D)).
13 -include("thrift_macros.hrl").
14 -include("thrift_constants.hrl").