/[Apache-SVN]/logging/log4net/trunk/log4net.include
ViewVC logotype

Log of /logging/log4net/trunk/log4net.include

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 631401 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 21:58:37 2008 UTC (21 months ago) by rgrabowski
File length: 25368 byte(s)
Diff to previous 506790 (colored)
Added targets for net-3.0 and net-3.5 to the build files.

Revision 506790 - (view) (annotate) - [select for diffs]
Modified Tue Feb 13 01:17:20 2007 UTC (2 years, 9 months ago) by nicko
File length: 22516 byte(s)
Diff to previous 506603 (colored)
Fixed LOG4NET-92.
Added support for .NET Compact Framework 2.0.

Revision 506603 - (view) (annotate) - [select for diffs]
Modified Mon Feb 12 19:43:01 2007 UTC (2 years, 9 months ago) by nicko
File length: 21061 byte(s)
Diff to previous 355946 (colored)
Fix for LOG4NET-98.
Updated all source, build and doc files to use new Apache source headers as per http://www.apache.org/legal/src-headers.html

Revision 355946 - (view) (annotate) - [select for diffs]
Modified Sun Dec 11 09:19:23 2005 UTC (3 years, 11 months ago) by drieseng
File length: 20885 byte(s)
Diff to previous 312238 (colored)
* Repository/ILoggerRepository.cs:

        Modified cref to point to Hierarchy class instead of Hierarchy
        namespace.

* Repository/Hierarchy/Hierarchy.cs:

        Fixed ambiguous reference in XML doc.

* LogManager.cs:

        Fixed ambiguous reference in XML doc.

* Filter/LoggerMatchFilter.cs:

        Fixed ambiguous references in XML doc.

* Core/ErrorCode.cs:

        Fixed ambiguous references in XML doc.

* Core/DefaultRepositorySelector.cs:

        Fixed ambiguous references in XML doc.

* Core/CompactRepositorySelector.cs:

        Fixed ambiguous references in XML doc.

* Core/LoggingEvent.cs:

        Fixed ambiguous references in XML doc.

* Core/IRepositorySelector.cs:

        Fixed ambiguous references in XML doc.

* Core/LogImpl.cs:

        Fixed ambiguous references in XML doc.

* ObjectRenderer/DefaultRenderer.cs:

        Fixed ambiguous references in XML doc.

* ObjectRenderer/RendererMap.cs:

        Fixed ambiguous references in XML doc.

* ObjectRenderer/IObjectRenderer.cs:

        Fixed ambiguous references in XML doc.

* Appender/RemoteSyslogAppender.cs:

        Fixed ambiguous references in XML doc.

* Appender/ConsoleAppender.cs:

        Fixed ambiguous references in XML doc.

* Appender/MemoryAppender.cs:

        Fixed ambiguous references in XML doc.

* Appender/AspNetTraceAppender.cs:

        Fixed ambiguous references in XML doc.

* Appender/BufferingAppenderSkeleton.cs:

        Fixed ambiguous references in XML doc.

* Appender/FileAppender.cs:

        Fixed ambiguous references in XML doc.

* Appender/TextWriterAppender.cs:

        Fixed ambiguous references in XML doc.

* Appender/EventLogAppender.cs:

        Fixed ambiguous references in XML doc.

* Appender/AppenderSkeleton.cs:

        Fixed ambiguous references in XML doc.

* Appender/AnsiColorTerminalAppender.cs:

        Fixed ambiguous references in XML doc.

* Appender/UdpAppender.cs:

        Fixed ambiguous references in XML doc.

* Appender/LocalSyslogAppender.cs:

        Fixed ambiguous references in XML doc.

* ILog.cs:

        Fixed ambiguous references in XML doc.

* DateFormatter/SimpleDateFormatter.cs:

        Fixed ambiguous references in XML doc.

* Config/XmlConfiguratorAttribute.cs:

        Fixed ambiguous references in XML doc.

* Util/ReadOnlyPropertiesDictionary.cs:

        Fixed ambiguous references in XML doc.

* Util/TypeConverters/PatternStringConverter.cs:

        Fixed ambiguous reference in XML doc.

* Util/TypeConverters/EncodingConverter.cs:

        Fixed ambiguous references in XML doc.

* Util/TypeConverters/ConverterRegistry.cs:

        Fixed ambiguous references in XML doc.

* Util/TypeConverters/TypeConverter.cs:

        Fixed ambiguous references in XML doc.

* Util/PatternString.cs:

        Fixed ambiguous references in XML doc.

* Layout/PatternLayout.cs:

        Fixed ambiguous references in XML doc.

* log4net.include:

        Added support for Mono 2.0 profile.

* log4net.build:

        -Added support for Mono 2.0 profile.
        -Require .NET 2.0 and Mono 2.0 for building release.
        -Use /keyfile compiler option introduced in .NET 2.0 and Mono
         (1.0 & 2.0) to specify path to log4net.snk, as this is the only
         way to specify this path in a platform independent way.


Revision 312238 - (view) (annotate) - [select for diffs]
Modified Sun Feb 27 23:22:54 2005 UTC (4 years, 8 months ago) by nicko
File length: 19464 byte(s)
Diff to previous 312218 (colored)
Added ASF copyright to all nant build files

Revision 312218 - (view) (annotate) - [select for diffs]
Modified Mon Feb 14 03:17:06 2005 UTC (4 years, 9 months ago) by nicko
File length: 18879 byte(s)
Diff to previous 312205 (colored)
Cnaged CORE build to CLI_1_0. Updated package target

Revision 312205 - (view) (annotate) - [select for diffs]
Modified Mon Feb 7 20:48:23 2005 UTC (4 years, 9 months ago) by nicko
File length: 18707 byte(s)
Diff to previous 312076 (colored)
Temporarily commented out the SDK doc generation in the NAnt build files. Added NDoc config file

Revision 312076 - (view) (annotate) - [select for diffs]
Modified Tue Sep 7 05:47:30 2004 UTC (5 years, 2 months ago) by drieseng
File length: 18510 byte(s)
Diff to previous 312043 (colored)
added support for building log4net assembly targeting .NET 2.0 (doesn't compile right now, because of warnings, that are always treated as errors by us)

Revision 312043 - (view) (annotate) - [select for diffs]
Modified Sat Jul 24 14:52:10 2004 UTC (5 years, 4 months ago) by drieseng
File length: 17101 byte(s)
Diff to previous 312041 (colored)
Added support for building log4net Core :

This version is built targeting .NET 1.0, but does not contain any
classes that are .NET 1.0 or Windows-specific.

Therefore, the log4net Core is runtime compatible with the following
frameworks :

* Microsoft .NET Framework 1.0 (and higher)
* Mono 1.0 (and higher)

We only provide this "flavor" of log4net in release configuration.

Revision 312041 - (view) (annotate) - [select for diffs]
Modified Sat Jul 24 13:45:42 2004 UTC (5 years, 4 months ago) by drieseng
File length: 16142 byte(s)
Diff to previous 312040 (colored)
LF -> CRLF

Revision 312040 - (view) (annotate) - [select for diffs]
Modified Sat Jul 24 13:44:10 2004 UTC (5 years, 4 months ago) by drieseng
File length: 16142 byte(s)
Diff to previous 312036 (colored)
fixed typo's, remove unnecessary readonly attribute on property tasks

Revision 312036 - (view) (annotate) - [select for diffs]
Modified Sat Jul 24 06:51:00 2004 UTC (5 years, 4 months ago) by drieseng
File length: 16699 byte(s)
Diff to previous 311941 (colored)
bring build files up to speed with recent changes in NAnt : expression support, renamed includes/excludes to include/exclude, ...

Revision 311941 - (view) (annotate) - [select for diffs]
Added Wed Jan 28 20:44:51 2004 UTC (5 years, 9 months ago) by nicko
File length: 20479 byte(s)
Initial checkin

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2