You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static void writeLogFile(String plsql) {
checkCurrentFileRange();
//zip text string and write; im thinking about a new method to make string write small.
}
private static void checkCurrentFileRange() {
//if currentfiletime - currenttime > 1 day
//if currentfilesize > 100mb
//makenew file;
}
@SuppressWarnings("unused")
private static void coverageByTime(String time) {
//loop unzip loggers,
//find point of time,and start read and exec the plsql from the loggers.
File file = new File(logCategoryPath);
if(file.isDirectory()) {
File[] files=file.listFiles();
//...
}
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: