All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ktanx.autocoder.utils.LogUtils Maven / Gradle / Ivy

The newest version!
package com.ktanx.autocoder.utils;

public class LogUtils {

    public static void log(String log) {
        System.out.println(log);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy