|
| 1 | +//// |
| 2 | + Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | + contributor license agreements. See the NOTICE file distributed with |
| 4 | + this work for additional information regarding copyright ownership. |
| 5 | + The ASF licenses this file to You under the Apache License, Version 2.0 |
| 6 | + (the "License"); you may not use this file except in compliance with |
| 7 | + the License. You may obtain a copy of the License at |
| 8 | + |
| 9 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | + |
| 11 | + Unless required by applicable law or agreed to in writing, software |
| 12 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | + See the License for the specific language governing permissions and |
| 15 | + limitations under the License. |
| 16 | +//// |
| 17 | +
|
| 18 | += Supported Frameworks |
| 19 | +
|
| 20 | +This document summarizes the .NET frameworks supported by log4net. |
| 21 | +
|
| 22 | +The log4net project is actively built and tested by its maintainers against the following target frameworks: |
| 23 | +
|
| 24 | +[cols="Framework,Website"] |
| 25 | +|=== |
| 26 | +| Framework | Website |
| 27 | +
|
| 28 | +| Microsoft .NET 8 (via .NET Standard 2.0) |
| 29 | +| https://dotnet.microsoft.com/en-us/download/dotnet/8.0 |
| 30 | +
|
| 31 | +| Microsoft .NET Framework 4.6.2 |
| 32 | +| http://msdn.microsoft.com/en-us/netframework/ |
| 33 | +|=== |
| 34 | +
|
| 35 | +[#appenders] |
| 36 | +== Supported Appenders |
| 37 | +
|
| 38 | +The following appenders are supported on the specified frameworks: |
| 39 | +
|
| 40 | +[cols="Appender,net462,netstandard2.0"] |
| 41 | +|=== |
| 42 | +| Appender | .NET Framework 4.6.2 | .NET Standard 2.0 |
| 43 | +
|
| 44 | +| AdoNetAppender | x | x |
| 45 | +| AnsiColorTerminalAppender | x | x |
| 46 | +| AspNetTraceAppender | x | |
| 47 | +| BufferingForwardingAppender | x | x |
| 48 | +| ColoredConsoleAppender | x | x |
| 49 | +| ConsoleAppender | x | x |
| 50 | +| DebugAppender | x | x |
| 51 | +| EventLogAppender | x | |
| 52 | +| FileAppender | x | x |
| 53 | +| ForwardingAppender | x | x |
| 54 | +| LocalSyslogAppender | x | x |
| 55 | +| ManagedColoredConsoleAppender | x | x |
| 56 | +| MemoryAppender | x | x |
| 57 | +| OutputDebugStringAppender | x | x |
| 58 | +| RemoteSyslogAppender | x | x |
| 59 | +| RollingFileAppender | x | x |
| 60 | +| SmtpAppender | x | x |
| 61 | +| SmtpPickupDirAppender | x | x |
| 62 | +| TelnetAppender | x | x |
| 63 | +| TraceAppender | x | x |
| 64 | +| UdpAppender | x | x |
| 65 | +|=== |
0 commit comments