refactor + cache de la bdd
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package downloader;
|
||||
|
||||
public class Log {
|
||||
public static void e(String who,String msg)
|
||||
{
|
||||
System.err.println(who + " : "+msg);
|
||||
}
|
||||
public static void i(String who,String msg)
|
||||
{
|
||||
System.out.println(who +" : "+msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user