NLog.Database 5.3.4
NLog Database Target
NLog Database Target can write to any database that has ADO.NET Database Provider. Ex. MS-SQL, MySQL, SqLite, Oracle, etc.
Make sure to also install the nuget-package for the wanted Database Provider, and configure the DbProvider for the Database Target.
If having trouble with output, then check NLog InternalLogger for clues. See also Troubleshooting NLog
See the NLog Wiki for available options and examples.
Register Extension
NLog will only recognize type-alias database
when loading from NLog.config
-file, if having added extension to NLog.config
-file:
<extensions>
<add assembly="NLog.Database"/>
</extensions>
Alternative register from code using fluent configuration API:
LogManager.Setup().SetupExtensions(ext => {
ext.RegisterTarget<NLog.Targets.DatabaseTarget>();
});
Showing the top 20 packages that depend on NLog.Database.
Packages | Downloads |
---|---|
Alpata.Helper
Option yönetimi için generik eklentiler sağlandı
|
2 |
Alpata.Helper
Option yönetimi için generik eklentiler sağlandı
|
3 |
Alpata.Helper
Option yönetimi için generik eklentiler sağlandı
|
4 |
Alpata.Helper
Option yönetimi için generik eklentiler sağlandı
|
5 |
Alpata.Helper
Option yönetimi için generik eklentiler sağlandı
|
6 |
Alpata.Helper
Option yönetimi için generik eklentiler sağlandı
|
15 |
Alpata.Helper
Option yönetimi için generik eklentiler sağlandı
|
16 |
Alpata.Helper
Option yönetimi için generik eklentiler sağlandı
|
21 |
Alpata.Helper
Option yönetimi için generik eklentiler sağlandı
|
22 |
Alpata.Helper
Option yönetimi için generik eklentiler sağlandı
|
195 |
Docs:
https://github.com/nlog/NLog/wiki/Database-target
.NET Framework 3.5
- NLog (>= 5.3.4)
.NET Standard 2.0
- NLog (>= 5.3.4)
.NET Standard 1.5
- System.Text.RegularExpressions (>= 4.3.1)
- NETStandard.Library (>= 1.6.0)
- NLog (>= 5.3.4)
- System.Data.Common (>= 4.3.0)
.NET Standard 1.3
- System.Text.RegularExpressions (>= 4.3.1)
- NETStandard.Library (>= 1.6.0)
- NLog (>= 5.3.4)
- System.Data.Common (>= 4.3.0)
.NET Framework 4.6
- NLog (>= 5.3.4)
.NET Framework 4.5
- NLog (>= 5.3.4)
Version | Downloads | Last updated |
---|---|---|
5.3.4 | 2 | 10/05/2024 |
5.3.3 | 1 | 11/27/2024 |
5.3.2 | 2 | 05/18/2024 |
5.3.1 | 1 | 05/13/2024 |
5.2.8 | 202 | 03/05/2024 |
5.2.7 | 2 | 05/14/2024 |
5.2.6 | 3 | 05/12/2024 |
5.2.5 | 3 | 05/13/2024 |
5.2.4 | 1 | 05/14/2024 |
5.2.3 | 1 | 05/13/2024 |
5.2.2 | 2 | 05/13/2024 |
5.2.1 | 2 | 05/14/2024 |
5.2.0 | 1 | 05/14/2024 |
5.1.5 | 2 | 05/14/2024 |
5.1.4 | 1 | 05/14/2024 |
5.1.3 | 2 | 05/13/2024 |
5.1.2 | 2 | 05/14/2024 |
5.1.1 | 1 | 05/14/2024 |
5.1.0 | 2 | 05/14/2024 |
5.0.5 | 3 | 05/13/2024 |
5.0.4 | 1 | 05/14/2024 |
5.0.3 | 2 | 05/14/2024 |
5.0.2 | 2 | 05/13/2024 |
5.0.1 | 2 | 05/14/2024 |
5.0.0 | 2 | 05/14/2024 |