Thanks. Yes I was talking about the C++ library. Sorry I forget to add language in my post description. I will take care about this in future post. regards Vivek Goel
On Tue, Oct 16, 2012 at 3:04 AM, Henrique Mendonça <[email protected]>wrote: > Hi Vivek, > There are many language targets on thrift so please try to be a little > more specific on your question. > I assume you are talking about the c++ library, and there you can > catch most of the errors with a normal try-catch construct but yes, > unfortunately there are some you cannot. Specially when instantiating > the server. If you are interested patches are always welcome, > http://thrift.apache.org/docs/HowToContribute/ > Cheers, > Henrique > > On 15 October 2012 20:04, Vivek Goel <[email protected]> wrote: > > Hi, > > Is there a way to describe callback for error logging ? > > Currently everything it dumps to stdout. How can I change it to fire a > > callback on error where I can do logging in my required format? > > > > regards > > Vivek Goel >
