![JAR search and dependency download from the Maven repository](/logo.png)
com.github.alexvictoor.weblogback.FileReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web-logback Show documentation
Show all versions of web-logback Show documentation
Logback appender relying on HTML5 SSE to push logs on browser consoles
The newest version!
package com.github.alexvictoor.weblogback;
import java.util.Scanner;
public class FileReader {
public String readFileFromClassPath(String classPath) {
return new Scanner(getClass().getResourceAsStream(classPath)).useDelimiter("\\Z").next();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy