public class Logging extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Logging.ComparePollLogs |
static class |
Logging.PollLoggingFile |
Modifier and Type | Field and Description |
---|---|
static String |
LOGFILENAME |
static String |
POLLLOGPATH |
Modifier and Type | Method and Description |
---|---|
static File |
getLogFile(File logDir,
String name) |
static File[] |
getLogs(File logDir) |
static Logging.PollLoggingFile |
getPollLogFile(File log) |
static List<Logging.PollLoggingFile> |
getPollLogs(File path) |
static void |
prune(File[] logs,
int days) |
public static final String LOGFILENAME
public static final String POLLLOGPATH
public static Logging.PollLoggingFile getPollLogFile(File log)
public static List<Logging.PollLoggingFile> getPollLogs(File path)
public static void prune(File[] logs, int days)
Copyright © 2004-2015. All Rights Reserved.