SimpleLogger icon indicating copy to clipboard operation
SimpleLogger copied to clipboard

Simple Logger C#.NET

Results 9 SimpleLogger issues
Sort by recently updated
recently updated
newest added

whilst using publish method in FileLoggerHandler with many threads/services, it throws the error cannot access the file as it is not locked. If you agree too, I will fork and...

whilst using publish method in FileLoggerHandler with many threads/services, it throws the error cannot access the file as it is not locked.

The type or namespace 'Database' doesn't exist in the namespace 'SimpleLogger.Logging.Module'. I need another assembly?

The logger isn't thread safe

I've recently included SimpleLogger into my project and am loving it. But is there a way in SimpleLogger for me to create a directory that can be used to store...

if you want to use it in mult-thread, you need make some change on code. i made a little change in publish function in FileLoggerHandler.cs private static ReaderWriterLockSlim _readWriteLock =...

Hi, I opened you project in VS2015 and had an error: ``` CS0507 'MsSqlDatabaseLoggerModule.Initialize()': cannot change access modifiers when overriding 'public' inherited member 'LoggerModule.Initialize()' SimpleLogger ...\SimpleLogger\Logging\Module\MsSqlDatabaseLoggerModule.cs 22 ``` so my...