diff options
Diffstat (limited to 'slips/src/app/Marina/Infrastructure/Logging/Log4Net/ILog4NetInitializationCommand.cs')
| -rw-r--r-- | slips/src/app/Marina/Infrastructure/Logging/Log4Net/ILog4NetInitializationCommand.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/slips/src/app/Marina/Infrastructure/Logging/Log4Net/ILog4NetInitializationCommand.cs b/slips/src/app/Marina/Infrastructure/Logging/Log4Net/ILog4NetInitializationCommand.cs new file mode 100644 index 0000000..a688728 --- /dev/null +++ b/slips/src/app/Marina/Infrastructure/Logging/Log4Net/ILog4NetInitializationCommand.cs @@ -0,0 +1,8 @@ +using System.Xml;
+using log4net.Config;
+
+namespace Marina.Infrastructure.Logging.Log4Net {
+ public interface ILog4NetInitializationCommand {
+ void Execute( );
+ }
+}
\ No newline at end of file |
