You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package 订单折扣与日志系统;
|
|
|
|
|
|
/**
|
|
* @author hp
|
|
* @version 1.0
|
|
* @created 23-10月-2025 19:02:18
|
|
*/
|
|
public class FileLogger implements Logger {
|
|
|
|
public FileLogger(){
|
|
|
|
}
|
|
|
|
public void finalize() throws Throwable {
|
|
|
|
}
|
|
/**
|
|
*
|
|
* @param message
|
|
*/
|
|
public void log(message:String message){
|
|
|
|
}
|
|
}//end FileLogger
|