Get Static Map -> Img speichern, öffnen, anzeigen, get von mapquest
This commit is contained in:
@ -33,6 +33,14 @@ public class LogHelper{
|
||||
getLog(name).error(msg);
|
||||
}
|
||||
|
||||
/**
|
||||
* Log info in file und Console
|
||||
* @param e Exception
|
||||
*/
|
||||
public static void error(Exception e){
|
||||
getLog(e.getClass().getName()).error(e.getMessage());
|
||||
}
|
||||
|
||||
/**
|
||||
* Log info in file und Console
|
||||
* @param msg Nachricht in dem Log
|
||||
|
Reference in New Issue
Block a user