Provides the interface the ability to load up songs from the file system.

This commit is contained in:
Markil3
2021-08-02 08:49:39 -07:00
parent 105c89b615
commit bc327e8ab7
15 changed files with 970 additions and 251 deletions

View File

@@ -14,8 +14,11 @@
</File>
</Appenders>
<Loggers>
<Root level="debug">
<Root level="info">
<AppenderRef ref="File"/>
</Root>
<Logger name="edu.regis.universeplayer.player.Interface" level="debug">
<AppenderRef ref="Console"/>
</Logger>
</Loggers>
</Configuration>