Package org.compiere.server
Class LogFileInfo
- java.lang.Object
-
- org.compiere.server.LogFileInfo
-
- All Implemented Interfaces:
Serializable
public class LogFileInfo extends Object implements Serializable
- Author:
- hengsin
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getCurrentLogFile()
String
getFileName()
long
getFileSize()
static LogFileInfo[]
getLogFileInfos()
-
-
-
Method Detail
-
getLogFileInfos
public static LogFileInfo[] getLogFileInfos()
- Returns:
- LogFileInfo[]
-
getCurrentLogFile
public static String getCurrentLogFile()
- Returns:
- current log file name
-
getFileName
public String getFileName()
- Returns:
- the fileName
-
getFileSize
public long getFileSize()
- Returns:
- the fileSize
-
-