www.pudn.com > cryptix-asn1-0.1.11.zip > log.properties


# $Id: log.properties,v 1.4 2001/06/02 03:04:29 raif Exp $ 
# 
# Copyright (C) 1997-2001 The Cryptix Foundation Limited. All rights reserved. 
# 
# Use, modification, copying and distribution of this software is subject to 
# the terms and conditions of the Cryptix General Licence. You should have 
# received a copy of the Cryptix General Licence along with this library; if 
# not, you can download a copy from http://www.cryptix.org/ . 
# 
 
 
# Set root category priority to DEBUG and its only appender to A1. 
log4j.rootCategory=DEBUG, A1 
 
# A1 is set to be a FileAppender which outputs to System.out. 
log4j.appender.A1=org.apache.log4j.ConsoleAppender 
log4j.appender.A1.target=System.out 
 
# A1 uses PatternLayout. 
log4j.appender.A1.layout=org.apache.log4j.PatternLayout 
 
#log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n 
# Print the date in ISO 8601 format 
log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n 
 
# Print only messages of priority WARN or above in the package cryptix.asn1. 
log4j.category.cryptix.asn1=ERROR