| # |
| # 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. |
| # |
| |
| ### |
| # Legacy properties |
| log4j.legacyProperty=props.legacy |
| org.apache.logging.log4j.legacyProperty2=props.legacy |
| Log4jLegacyProperty3=props.legacy |
| log4j.nonOverriddenLegacy=props.legacy |
| log4j.onlyLegacy=props.legacy |
| log4j.onlyLegacyProps=props.legacy |
| |
| ### |
| # Their equivalent normalized versions |
| log4j2.legacyProperty=props.normalized |
| log4j2.legacyProperty2=props.normalized |
| log4j2.legacyProperty3=props.normalized |
| |
| ### |
| # Token-based matching |
| LOG4J_token.based.property1=props.token |
| LOG4J_token-based-property2=props.token |
| LOG4J_token/based/property3=props.token |
| LOG4J_tokenBasedProperty4=props.token |
| |
| ## |
| LOG4J_normalized.property=props.token |
| log4j2.normalizedProperty=props.normalized |
| log4j2.normalizedPropertyProps=props.normalized |