Package net.snowflake.client.log
Class SFToJavaLogMapper
- java.lang.Object
-
- net.snowflake.client.log.SFToJavaLogMapper
-
public class SFToJavaLogMapper extends Object
Utility class to map SFLogLevels to java.util.logging.Level;
-
-
Constructor Summary
Constructors Constructor Description SFToJavaLogMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Level
toJavaUtilLoggingLevel(SFLogLevel level)
-
-
-
Method Detail
-
toJavaUtilLoggingLevel
public static Level toJavaUtilLoggingLevel(SFLogLevel level)
-
-