| Package | Description |
|---|---|
| net.snowflake.client.jdbc | |
| net.snowflake.client.log |
| Modifier and Type | Method and Description |
|---|---|
static void |
SnowflakeUtil.logResponseDetails(org.apache.http.HttpResponse response,
SFLogger logger)
A utility to log response details.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDK14Logger
Use java.util.logging to implements SFLogger.
|
class |
SLF4JLogger
Created by hyu on 11/17/16.
|
| Modifier and Type | Method and Description |
|---|---|
static SFLogger |
SFLoggerFactory.getLogger(Class<?> clazz) |
static SFLogger |
SFLoggerFactory.getLogger(String name)
A replacement for getLogger function, whose parameter is Class<?>, when Class<?> is
inaccessible.
|
Copyright © 2022. All rights reserved.