mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-07 03:19:54 +01:00
Updated info logger
This commit is contained in:
parent
b0188c14d0
commit
cca8d8c6b5
@ -1,6 +1,5 @@
|
||||
package com.sekwah.advancedportals.core;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
import com.sekwah.advancedportals.core.util.Config;
|
||||
import com.sekwah.advancedportals.core.util.DataStorage;
|
||||
import com.sekwah.advancedportals.core.util.InfoLogger;
|
||||
|
@ -1,5 +1,16 @@
|
||||
package com.sekwah.advancedportals.core.util;
|
||||
|
||||
public abstract class InfoLogger {
|
||||
|
||||
/**
|
||||
* Problematic messages
|
||||
* @param s
|
||||
*/
|
||||
public abstract void logWarning(String s);
|
||||
|
||||
/**
|
||||
* General information logging
|
||||
* @param s
|
||||
*/
|
||||
public abstract void log(String s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user