0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 11 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor update : Moved ErrorCodes enum to a separate source file and changed case of members. More... about 21 years ago
Minor update: removed unused using directive More... over 21 years ago
Minor update: xml doc update More... over 21 years ago
Minor update: support for Mono 0.21 - first check if the directory for the file doesn't already exist, before actually trying to create the directory. Should be removed when next version of Mono is available. More... over 21 years ago
Updated to use RequiresLayout property only if the appender requires a layout to be specified. More... over 21 years ago
Removed Layout, ErrorHandler and RequiresLayout from the IAppender interface. More... over 21 years ago
Removed Filter property from IAppender. Added AddFilter(IFilter) method to the AppenderSkeleton class. More... over 21 years ago
Simplified parsing of elements. Enhanced generic param parsing to support params specified in the element name. i.e. a param like: <param name="param-name" /> can now be written as <param-name />. Made the lookup of param setter properties case insensitive. More... over 21 years ago
Moved IPluginFactory interface to the log4net.Plugin namespace More... over 21 years ago
Moved IDateTime interface inside the RollingFileAppender class. More... over 21 years ago
Minor update: xml doc update + support for Mono 0.21 - RemotingServices.Disconnect is not available More... over 21 years ago
Minor update: support for Mono 0.21 - use XmlTextReader instead of XmlValidatingReader More... over 21 years ago
Minor update: support for Mono 0.21 More... over 21 years ago
Minor update: xml doc updates More... over 21 years ago
Moved IRemoteLoggingSink interface within the RemotingAppender class. This moves the interface out of the log4net.Appenders namespace. More... over 21 years ago
Minor update: xml doc updates More... over 21 years ago
Removed all Obsolete methods More... over 21 years ago
minor update: fixes for .NETCF More... over 21 years ago
cosmetic : removed extra linefeed More... over 21 years ago
Minor update: xml doc updates + remove protected access to instante fields More... over 21 years ago
Renamed ShutdownEventHandler() delegate method to OnShutdown() because FxCop didn't like that it ended with EventHandler. More... over 21 years ago
Renamed GetConnectionType() to ResolveConnectionType() because FxCop didn't like that there was a property called ConnectionType as well. More... over 21 years ago
Made serializable More... over 21 years ago
minor update: added region More... over 21 years ago
Warning: removed protected access to logger and fully qualified classname instance fields + update docs More... over 21 years ago
Minor update: removed protected access to instance fields; updated xml docs More... over 21 years ago
Minor update: added extra linefeed for fixing problem with Mono More... over 21 years ago
Minor update: fixed fxcop issue + xml doc update + source restructuring More... over 21 years ago
Minor update: fixed fxcop issue More... over 21 years ago
Minor update: fixed fxcop issue + xml doc update More... over 21 years ago