summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina/Infrastructure/Logging/Log4Net/ILog4NetInitializationCommand.cs
blob: a688728d16873636b646084014fcddc5e5a85306 (plain)
1
2
3
4
5
6
7
8
using System.Xml;
using log4net.Config;

namespace Marina.Infrastructure.Logging.Log4Net {
	public interface ILog4NetInitializationCommand {
		void Execute( );
	}
}