YahooArchive / oozie

Oozie - workflow engine for Hadoop
http://yahoo.github.com/oozie/
Apache License 2.0
373 stars 160 forks source link

Create a logging utility class to set up log info. #401

Closed brookwc closed 13 years ago

brookwc commented 13 years ago

setLogInfo(...) methods have been removed from XCommand class. This issue is to provide a utility class for this.

tucu00 commented 13 years ago

If we ripoff XLog in favor of SLF4J we get all the XLog logic for free

https://github.com/yahoo/oozie/issues/#issue/318

mislam77-zz commented 13 years ago

Closed by 7922f4aac51aea1df42d94213555a7b7c92bf117 Create a logging utility class to set up log info