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 StringDEFAULT_LOGGER_NAMEstatic LevelDEFAULT_LOGGER_VERSIONstatic HandlerINSTANCE
-
Constructor Summary
Constructors Constructor Description BraintreeLogHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()voidpublish(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_VERSION
public static final Level DEFAULT_LOGGER_VERSION
-
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:
closein classHandler- Throws:
SecurityException
-
-