org.apache.pig.backend.hadoop.executionengine.physicalLayer
Interface PigLogger
- All Known Implementing Classes:
- PigHadoopLogger
@InterfaceAudience.Private
@InterfaceStability.Evolving
public interface PigLogger
An interface to allow aggregation of messages
Method Summary |
void |
warn(Object o,
String msg,
Enum<?> warningEnum)
If you have warning messages that need aggregation |
warn
void warn(Object o,
String msg,
Enum<?> warningEnum)
- If you have warning messages that need aggregation
Copyright © 2007-2012 The Apache Software Foundation