jirkapenzes / SimpleLogger

Simple Logger C#.NET
MIT License
94 stars 42 forks source link

Added support for multiple databases #4

Closed douglasrocha closed 8 years ago

douglasrocha commented 8 years ago

Created a factory that handles the creation of the DatabaseModuleLogger and its respective queries. The allowed databases can be found on DatabaseType enum (MsSql, Oracle, MySql)