Skip to content
Snippets Groups Projects
Commit b9573ca0 authored by Nicolay Schiøll-Johansen's avatar Nicolay Schiøll-Johansen
Browse files

added bugfix for logger issue

parent f4cfe0b0
No related branches found
No related tags found
2 merge requests!104Weekly merge to Master,!85Bugfix: logger
......@@ -69,10 +69,12 @@ public class ViewAlbum implements Initializable {
private ImageAlbumService imageAlbumService;
private Long currentAlbumId;
private Logger logger;
public ViewAlbum() {
imageAlbumService = new ImageAlbumService();
currentAlbumId = App.ex.getChosenAlbumId();
logger = LoggerFactory.getLogger("ImageApplicationLogger");
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment