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

com.virjar.android.hidden.helper.ILogger Maven / Gradle / Ivy

The newest version!
package com.virjar.android.hidden.helper;

public interface ILogger {
    void outLog(LogLevel logLevel, String module, String msg, Throwable throwable);


    enum LogLevel {
        DEBUG, INFO, WARNING, ERROR
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy