public class LogUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
error(org.slf4j.Logger log,
Throwable th) |
static void |
error(org.slf4j.Logger log,
Throwable th,
String msg) |
static String |
formatCsn(BigInteger serialNumber)
Formats certificate serial number.
|
static void |
warn(org.slf4j.Logger log,
Throwable th) |
static void |
warn(org.slf4j.Logger log,
Throwable th,
String msg) |
public static void error(org.slf4j.Logger log,
Throwable th)
public static void warn(org.slf4j.Logger log,
Throwable th)
public static String formatCsn(BigInteger serialNumber)
serialNumber - certificate serial numberCopyright © 2019. All rights reserved.