Package net.snowflake.client.log
Class SFFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- net.snowflake.client.log.SFFormatter
-
public class SFFormatter extends Formatter
SFFormatter
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLASS_NAME_PREFIX
static String
INFORMATICA_V1_CLASS_NAME_PREFIX
-
Constructor Summary
Constructors Constructor Description SFFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(LogRecord record)
String
getHead(Handler h)
String
getTail(Handler h)
-
Methods inherited from class java.util.logging.Formatter
formatMessage
-
-
-
-
Field Detail
-
CLASS_NAME_PREFIX
public static final String CLASS_NAME_PREFIX
-
INFORMATICA_V1_CLASS_NAME_PREFIX
public static final String INFORMATICA_V1_CLASS_NAME_PREFIX
- See Also:
- Constant Field Values
-
-