![JAR search and dependency download from the Maven repository](/logo.png)
oghuman.lib-database-objectdb.0.5.1.source-code.log4j2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lib-database-objectdb Show documentation
Show all versions of lib-database-objectdb Show documentation
Lib-Database-ObjectDB is a library for easy accessing an ObjectDB database in a JavaFX & Maven desktop application. See https://github.com/Naoghuman/lib-database-objectdb for more details.
<?xml version="1.0" encoding="UTF-8"?> <Configuration> <Appenders> <File name="Lib-Database-ObjectDB" fileName="log/Lib-Database-ObjectDB.log" append="false"> <PatternLayout pattern="%d %-5p %m [%c{1}]%n" /> </File> <Console name="STDOUT" target="SYSTEM_OUT"> <PatternLayout pattern="%d %-5p %m [%c{1}]%n" /> </Console> </Appenders> <Loggers> <Root level="debug"> <AppenderRef ref="STDOUT" /> <AppenderRef ref="Lib-Database-ObjectDB" /> </Root> </Loggers> </Configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy