CustomEventLog 1.0.0
See the version list below for details.
dotnet add package CustomEventLog --version 1.0.0
NuGet\Install-Package CustomEventLog -Version 1.0.0
<PackageReference Include="CustomEventLog" Version="1.0.0" />
paket add CustomEventLog --version 1.0.0
#r "nuget: CustomEventLog, 1.0.0"
// Install CustomEventLog as a Cake Addin #addin nuget:?package=CustomEventLog&version=1.0.0 // Install CustomEventLog as a Cake Tool #tool nuget:?package=CustomEventLog&version=1.0.0
Simply add a log directory to the root of you asp.net web application, and point 'CustomLogLocation' to it in the web.config (You can call the log file what ever you like SiteErrorLog.log for ex.). The log will be in .csv format with a header 'Date,Message,InnerException,StackTrace'.
If you do not actually create the file in the log directory, simlpy call CustomEventLog.Write.NewLog() in you app to create it. Similarly, this can be called whenever you want to clear the logfile.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CustomEventLog:
Package | Downloads |
---|---|
BlogEngineBackend
Back end services for a common blog, more to come soon... |
|
AuthenticationModule
Siple Data Store For User Authentication Data |
GitHub repositories
This package is not used by any popular GitHub repositories.