Get Static Map -> Img speichern, öffnen, anzeigen, get von mapquest

This commit is contained in:
2021-04-15 22:30:26 +02:00
parent 34aa390f2c
commit 39c4244668
11 changed files with 168 additions and 27 deletions

View File

@ -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