blob: 4bc994edfda3209b900bf9fd1a037ccc4a46103b [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 Piro5b3a8f72007-08-01 22:27:37 +00007-define(ERROR(F, D),
Christopher Piro53b6ef62007-11-15 06:26:28 +00008 error_logger:format(F, D)).
Christopher Piro68940292007-10-02 00:35:12 +00009
Christopher Piro3b63fe42007-10-19 21:34:31 +000010-define(INFO(F, D),
Christopher Piro53b6ef62007-11-15 06:26:28 +000011 error_logger:info_msg(F, D)).
Christopher Piro5b3a8f72007-08-01 22:27:37 +000012
Christopher Piro68940292007-10-02 00:35:12 +000013-include("thrift_macros.hrl").
14-include("thrift_constants.hrl").