public class LogHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
STR_DATE_FORMAT |
Constructor and Description |
---|
LogHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
addLogWriterShutdownHook(PrintWriter writer) |
static void |
archiveLastLogFile(File logFile) |
static String |
getDateStamp() |
static int |
getLastLogIndex(File logFile) |
static void |
initializeLogsDir(File logsDir) |
public static final String STR_DATE_FORMAT
public static void addLogWriterShutdownHook(PrintWriter writer)
public static void archiveLastLogFile(File logFile)
public static int getLastLogIndex(File logFile)
public static void initializeLogsDir(File logsDir) throws Exception
Exception
public static String getDateStamp()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.