diff --git a/RedLock.Logging.Log4Net/Log4NetLogger.cs b/RedLock.Logging.Log4Net/Log4NetLogger.cs deleted file mode 100644 index 4cf250d..0000000 --- a/RedLock.Logging.Log4Net/Log4NetLogger.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System; -using log4net; - -namespace RedLock.Logging.Log4Net -{ - public class Log4NetLogger : IRedLockLogger - { - private static readonly ILog Log = LogManager.GetLogger("RedLock"); - - public void DebugWrite(string format, params object[] args) - { - Log.DebugFormat(format, args); - } - - public void InfoWrite(string format, params object[] args) - { - Log.InfoFormat(format, args); - } - - public void ErrorWrite(string format, params object[] args) - { - Log.ErrorFormat(format, args); - } - - public void ErrorWrite(Exception exception) - { - Log.Error("Exception", exception); - } - - public void ErrorWrite(string message, Exception exception) - { - Log.Error(message, exception); - } - } -} diff --git a/RedLock.Logging.Log4Net/Properties/AssemblyInfo.cs b/RedLock.Logging.Log4Net/Properties/AssemblyInfo.cs deleted file mode 100644 index 9e292d2..0000000 --- a/RedLock.Logging.Log4Net/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("RedLock.Logging.Log4Net")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("thisisglobal")] -[assembly: AssemblyProduct("RedLock.Logging.Log4Net")] -[assembly: AssemblyCopyright("Copyright © thisisglobal 2014")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a345e957-3485-49ca-a0b5-6b656b985166")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/RedLock.Logging.Log4Net/RedLock.Logging.Log4Net.csproj b/RedLock.Logging.Log4Net/RedLock.Logging.Log4Net.csproj deleted file mode 100644 index 997f978..0000000 --- a/RedLock.Logging.Log4Net/RedLock.Logging.Log4Net.csproj +++ /dev/null @@ -1,66 +0,0 @@ - - - - - Debug - AnyCPU - {ED3D1A8D-1132-4549-94E1-9F6B8432D4D9} - Library - Properties - RedLock.Logging.Log4Net - RedLock.Logging.Log4Net - v4.5 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\log4net.2.0.3\lib\net40-full\log4net.dll - - - - - - - - - - - - - - - - {C76CF80D-15B7-440B-9AFB-5B450E1C969B} - RedLock - - - - - - - - \ No newline at end of file diff --git a/RedLock.Logging.Log4Net/packages.config b/RedLock.Logging.Log4Net/packages.config deleted file mode 100644 index 3a86f25..0000000 --- a/RedLock.Logging.Log4Net/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file