All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.eva.log.log.eva Maven / Gradle / Ivy

/*
 * $Id: log.eva 109 2007-03-24 14:55:03Z max $
 * 
 * Copyright (c) 2007 Maximilian Antoni. All rights reserved.
 * 
 * This software is licensed as described in the file LICENSE.txt, which you
 * should have received as part of this distribution. The terms are also
 * available at http://www.maxantoni.de/projects/eva-properties/license.txt.
 */
/*
 * Default properties for all log configurations. This file can be replaced by
 * a file named "log.eva" that is available from the classpath.
 */
encoding:			ISO8859-1
level:				INFO
dir:				"${system.user.dir}/log"
pattern:			"eva%g.log"
limit:				10000
count:				5
formatter:			(	*com.eva.log.LogFormatter(${prefix})
						*com.eva.log.LogFormatter()
					)
handler:			${console-handler}
console-handler:	*java.util.logging.ConsoleHandler()
file-handler:		*java.util.logging.FileHandler(
						"${dir}/${pattern}", ${limit}, ${count}
					)
useParentHandlers:	no




© 2015 - 2025 Weber Informatics LLC | Privacy Policy