Modified: logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout15.properties URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout15.properties?view=diff&rev=532408&r1=532407&r2=532408 ============================================================================== --- logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout15.properties (original) +++ logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout15.properties Wed Apr 25 09:57:03 2007 @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. log4j.rootCategory=TRACE, testAppender log4j.appender.testAppender=org.apache.log4j.FileAppender log4j.appender.testAppender.File= output/temp
Modified: logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout16.properties URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout16.properties?view=diff&rev=532408&r1=532407&r2=532408 ============================================================================== --- logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout16.properties (original) +++ logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout16.properties Wed Apr 25 09:57:03 2007 @@ -17,7 +17,7 @@ log4j.appender.testAppender=org.apache.log4j.FileAppender log4j.appender.testAppender.File=output/patternLayout16.log log4j.appender.testAppender.Append=false -log4j.appender.testAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.testAppender.layout=org.apache.log4j.EnhancedPatternLayout log4j.appender.testAppender.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss}{GMT}Z %d{yyyy-MM-dd HH:mm:ss}{GMT-6}-0600 - %m%n # Prevent internal log4j DEBUG messages from polluting the output. Modified: logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout2.properties URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout2.properties?view=diff&rev=532408&r1=532407&r2=532408 ============================================================================== --- logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout2.properties (original) +++ logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout2.properties Wed Apr 25 09:57:03 2007 @@ -1,8 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. log4j.rootCategory=DEBUG, testAppender log4j.appender.testAppender=org.apache.log4j.FileAppender log4j.appender.testAppender.File=output/temp log4j.appender.testAppender.Append= false -log4j.appender.testAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.testAppender.layout=org.apache.log4j.EnhancedPatternLayout log4j.appender.testAppender.layout.ConversionPattern=%d{ISO8601} [%t] %-5p %.16c - %m%n # Prevent internal log4j DEBUG messages from polluting the output. Modified: logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout3.properties URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout3.properties?view=diff&rev=532408&r1=532407&r2=532408 ============================================================================== --- logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout3.properties (original) +++ logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout3.properties Wed Apr 25 09:57:03 2007 @@ -1,8 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. log4j.rootCategory=DEBUG, testAppender log4j.appender.testAppender=org.apache.log4j.FileAppender log4j.appender.testAppender.File=output/temp log4j.appender.testAppender.Append=false -log4j.appender.testAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.testAppender.layout=org.apache.log4j.EnhancedPatternLayout log4j.appender.testAppender.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} [%t] %-5p %.16c - %m%n # Prevent internal log4j DEBUG messages from polluting the output. Modified: logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout4.properties URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout4.properties?view=diff&rev=532408&r1=532407&r2=532408 ============================================================================== --- logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout4.properties (original) +++ logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout4.properties Wed Apr 25 09:57:03 2007 @@ -1,8 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. log4j.rootCategory=DEBUG, testAppender log4j.appender.testAppender=org.apache.log4j.FileAppender log4j.appender.testAppender.File=output/temp log4j.appender.testAppender.Append=false -log4j.appender.testAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.testAppender.layout=org.apache.log4j.EnhancedPatternLayout log4j.appender.testAppender.layout.ConversionPattern=%d{DATE} [%t] %-5p %.16c - %m%n # Prevent internal log4j DEBUG messages from polluting the output. Modified: logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout5.properties URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout5.properties?view=diff&rev=532408&r1=532407&r2=532408 ============================================================================== --- logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout5.properties (original) +++ logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout5.properties Wed Apr 25 09:57:03 2007 @@ -1,8 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. log4j.rootCategory=DEBUG, testAppender log4j.appender.testAppender=org.apache.log4j.FileAppender log4j.appender.testAppender.File=output/temp log4j.appender.testAppender.Append=false -log4j.appender.testAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.testAppender.layout=org.apache.log4j.EnhancedPatternLayout log4j.appender.testAppender.layout.ConversionPattern=%d{dd MMM yyyy HH:mm:ss,SSS} [%t] %-5p %.16c - %m%n # Prevent internal log4j DEBUG messages from polluting the output. Modified: logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout6.properties URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout6.properties?view=diff&rev=532408&r1=532407&r2=532408 ============================================================================== --- logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout6.properties (original) +++ logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout6.properties Wed Apr 25 09:57:03 2007 @@ -1,8 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. log4j.rootCategory=DEBUG, testAppender log4j.appender.testAppender=org.apache.log4j.FileAppender log4j.appender.testAppender.File=output/temp log4j.appender.testAppender.Append=false -log4j.appender.testAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.testAppender.layout=org.apache.log4j.EnhancedPatternLayout log4j.appender.testAppender.layout.ConversionPattern=%d{ABSOLUTE} [%t] %-5p %.16c - %m%n Modified: logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout7.properties URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout7.properties?view=diff&rev=532408&r1=532407&r2=532408 ============================================================================== --- logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout7.properties (original) +++ logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout7.properties Wed Apr 25 09:57:03 2007 @@ -1,8 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. log4j.rootCategory=DEBUG, testAppender log4j.appender.testAppender=org.apache.log4j.FileAppender log4j.appender.testAppender.File=output/temp log4j.appender.testAppender.Append=false -log4j.appender.testAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.testAppender.layout=org.apache.log4j.EnhancedPatternLayout log4j.appender.testAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} [%t] %-5p %.16c - %m%n # Prevent internal log4j DEBUG messages from polluting the output. Modified: logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout8.properties URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout8.properties?view=diff&rev=532408&r1=532407&r2=532408 ============================================================================== --- logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout8.properties (original) +++ logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout8.properties Wed Apr 25 09:57:03 2007 @@ -1,8 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. log4j.rootCategory=DEBUG, testAppender log4j.appender.testAppender=org.apache.log4j.FileAppender log4j.appender.testAppender.File=output/temp log4j.appender.testAppender.Append=false -log4j.appender.testAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.testAppender.layout=org.apache.log4j.EnhancedPatternLayout log4j.appender.testAppender.layout.ConversionPattern=%r [%t] %-5p %.16c - %m%n # Prevent internal log4j DEBUG messages from polluting the output. Modified: logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout9.properties URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout9.properties?view=diff&rev=532408&r1=532407&r2=532408 ============================================================================== --- logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout9.properties (original) +++ logging/sandbox/log4j/pattern-layout/src/test/resources/org/apache/log4j/patternLayout9.properties Wed Apr 25 09:57:03 2007 @@ -1,8 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. log4j.rootCategory=DEBUG, testAppender log4j.appender.testAppender=org.apache.log4j.FileAppender log4j.appender.testAppender.File=output/temp log4j.appender.testAppender.Append=false -log4j.appender.testAppender.layout=org.apache.log4j.PatternLayout +log4j.appender.testAppender.layout=org.apache.log4j.EnhancedPatternLayout log4j.appender.testAppender.layout.ConversionPattern=[%t] %-5p %.16c : %m%n # Prevent internal log4j DEBUG messages from polluting the output. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
