Package org.apache.camel.support
Class LoggerHelper
- java.lang.Object
-
- org.apache.camel.support.LoggerHelper
-
public final class LoggerHelper extends Object
Helper for logging purposes.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntegerextractSourceLocationLineNumber(String location)static StringgetLineNumberLoggerName(Object node)If the node isLineNumberAwarethen get a logger name that will point to the source:line, otherwise return null.static StringgetSourceLocation(Object node)static StringstripSourceLocationLineNumber(String location)
-