Class BraintreeLogHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- org.apache.camel.component.braintree.internal.BraintreeLogHandler
-
public final class BraintreeLogHandler extends Handler
-
-
Field Summary
Fields Modifier and Type Field Description static Level
DEFAULT_LOGGER_LEVEL
static String
DEFAULT_LOGGER_NAME
static Handler
INSTANCE
-
Constructor Summary
Constructors Constructor Description BraintreeLogHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
void
publish(LogRecord record)
-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
-
-
-
Field Detail
-
INSTANCE
public static final Handler INSTANCE
-
DEFAULT_LOGGER_LEVEL
public static final Level DEFAULT_LOGGER_LEVEL
-
DEFAULT_LOGGER_NAME
public static final String DEFAULT_LOGGER_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
close
public void close() throws SecurityException
- Specified by:
close
in classHandler
- Throws:
SecurityException
-
-