Allowed all logging to be viewed by the interface.

It is just much easier this way.
This commit is contained in:
Markil3
2021-10-09 15:52:34 -06:00
parent 72ccfbc444
commit a92d686ddb
17 changed files with 1087 additions and 138 deletions

View File

@@ -1,9 +1,20 @@
import net.harawata.appdirs.AppDirsFactory
import java.util.stream.Collectors
/*
* Copyright (c) 2021 William Hubbard. All Rights Reserved.
*/
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'net.harawata:appdirs:1.2.1'
}
}
/*
* This build file was generated by the Gradle 'init' task.
*
@@ -63,4 +74,6 @@ task buildscriptNix(type: Copy) {
file("${buildDir}/install.sh").append "\n__APPDATA__\n".bytes
file("${buildDir}/install.sh").append mergeApps.archiveFile.get().asFile.bytes
}
}
}
ext.LOG_DIR = AppDirsFactory.getInstance().getUserLogDir("universemusic", "0.1", "edu.regis");