VersaTul.Logger
1.0.7
Prefix Reserved
See the version list below for details.
dotnet add package VersaTul.Logger --version 1.0.7
NuGet\Install-Package VersaTul.Logger -Version 1.0.7
<PackageReference Include="VersaTul.Logger" Version="1.0.7" />
paket add VersaTul.Logger --version 1.0.7
#r "nuget: VersaTul.Logger, 1.0.7"
// Install VersaTul.Logger as a Cake Addin #addin nuget:?package=VersaTul.Logger&version=1.0.7 // Install VersaTul.Logger as a Cake Tool #tool nuget:?package=VersaTul.Logger&version=1.0.7
The VersaTul Logger project provides all the common functionality used by all VersaTul loggers. This project provides the interfaces used in order to keep consistency across all the different logger apps, such as FileLogger, MailLogger, and WebLogger.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on VersaTul.Logger:
Package | Downloads |
---|---|
VersaTul.Data.Sql
The VersaTul Data Sql project provides the ability to quickly create database access objects, usable on any suppporting SQL databases. This project is built on top of the System.Data.Common namespace and provides the functionality to quickly call stored procedures or plain text sql queries, then map the result into data objects using the provided helper methods. |
|
VersaTul.Logger.File
The VersaTul Logger File project provides the functionality needed to performing logging in a flat file. This project implements the ILogger interface from the VersaTul Logger project. |
|
VersaTul.Logger.Web
The VersaTul Logger Web project provides the functionality needed to performing logging to a web address or end point. This project implements the ILogger interface from the VersaTul Logger project. |
|
VersaTul.Logger.Mail
The VersaTul Logger Mail project provides the functionality needed to performing logging to a email address or addresses. This project implements the ILogger interface from the VersaTul Logger project. There is also a dependency on the VersaTul Mailer project, which is used to send emails. |
GitHub repositories
This package is not used by any popular GitHub repositories.