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.

17 lines
223 B

package ;
/**
* @author hp
* @version 1.0
* @created 23-10月-2025 19:02:21
*/
public interface Logger {
/**
*
* @param message
*/
public void log(message:String message);
}