Okay.. Thank You Oren. I'll explore on using WithLoggingMixin.cs. Meanwhile, provide me if there are any samples on how to use this logging (i.e. if the configuration is required, where and what to configure).
On Friday, 12 May 2017 12:55:45 UTC+5:30, Ayende Rahien wrote: > > No, it should be error immediately. > You have logging there, IIRC, using Common.Logging: > > https://github.com/ayende/rhino-etl/blob/master/Rhino.Etl.Core/WithLoggingMixin.cs#L14 > > *Hibernating Rhinos Ltd * > > Oren Eini* l CEO l *Mobile: + 972-52-548-6969 > > Office: +972-4-622-7811 *l *Fax: +972-153-4-622-7811 > > > > On Fri, May 12, 2017 at 9:20 AM, Vijay Sheganti <[email protected] > <javascript:>> wrote: > >> In Rhino ETL, when processing data from source to target, even when there >> are errors or if the package is failed to load the data bcoz of schema >> mismatch/column truncation etc.. the code does not throw any error. The >> execution would be a success but no changes in data. >> >> Please help on the below, >> 1. Do we have a way to make Rhino throw an error or warning in such >> failure cases? >> 2. Also to have logging in Rhino packages, it's hard to identify where to >> have the logging(i.e. in which method of an operation we can add logging) >> >> Someone, please give an advice on this. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Rhino Tools Dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/rhino-tools-dev. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/rhino-tools-dev. For more options, visit https://groups.google.com/d/optout.
