178c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#
278c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# Copyright 2006-2013 the original author or authors.
378c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#
478c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# Licensed under the Apache License, Version 2.0 (the "License");
578c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# you may not use this file except in compliance with the License.
678c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# You may obtain a copy of the License at
778c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#
878c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#     http://www.apache.org/licenses/LICENSE-2.0
978c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#
1078c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# Unless required by applicable law or agreed to in writing, software
1178c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# distributed under the License is distributed on an "AS IS" BASIS,
1278c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1378c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# See the License for the specific language governing permissions and
1478c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# limitations under the License.
1578c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#
1678c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# Licensed under the Apache License, Version 2.0 (the "License");
1778c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# you may not use this file except in compliance with the License.
1878c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# You may obtain a copy of the License at
1978c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#
2078c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#     http://www.apache.org/licenses/LICENSE-2.0
2178c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#
2278c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# Unless required by applicable law or agreed to in writing, software
2378c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# distributed under the License is distributed on an "AS IS" BASIS,
2478c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2578c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# See the License for the specific language governing permissions and
2678c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# limitations under the License.
2778c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#
2878c496fe0fac4c89993109340aec80d1afa3141fIan Parkinsonlog4j.appender.stdout=org.apache.log4j.ConsoleAppender
2978c496fe0fac4c89993109340aec80d1afa3141fIan Parkinsonlog4j.appender.stdout.layout.ConversionPattern=%p [%c] - %m%n
3078c496fe0fac4c89993109340aec80d1afa3141fIan Parkinsonlog4j.appender.stdout.layout=org.apache.log4j.PatternLayout
3178c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson
3278c496fe0fac4c89993109340aec80d1afa3141fIan Parkinsonlog4j.rootCategory=WARN, stdout
3378c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson
3478c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson# Uncomment to add logs
3578c496fe0fac4c89993109340aec80d1afa3141fIan Parkinson#log4j.logger.org.easymock.itests.OsgiTest=TRACE, stdout
36