Package com.bitpay.sdk.util
Class BitPayLogger
- java.lang.Object
-
- com.bitpay.sdk.util.BitPayLogger
-
public class BitPayLogger extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BitPayLogger(int level)
-
-
-
Field Detail
-
OFF
public static final int OFF
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
WARN
public static final int WARN
- See Also:
- Constant Field Values
-
ERR
public static final int ERR
- See Also:
- Constant Field Values
-
DEBUG
public static final int DEBUG
- See Also:
- Constant Field Values
-
-