VLogFile 0.1.1
See the version list below for details.
dotnet add package VLogFile --version 0.1.1
NuGet\Install-Package VLogFile -Version 0.1.1
<PackageReference Include="VLogFile" Version="0.1.1" />
<PackageVersion Include="VLogFile" Version="0.1.1" />
<PackageReference Include="VLogFile" />
paket add VLogFile --version 0.1.1
#r "nuget: VLogFile, 0.1.1"
#:package VLogFile@0.1.1
#addin nuget:?package=VLogFile&version=0.1.1
#tool nuget:?package=VLogFile&version=0.1.1
Write lines to log file.
Use a static class Logger.
Properties:
LogDirectory Name of directory for saving log files. Default: "Logs"
LogFolder Absolute path to save the directory LogDirectory. Application | MyDocuments | ApplicationData | LocalApplicationData | UserProfile. Default: ApplicationData
FileNameFormat Log file name format. Default: "yyyyMMdd"
ImmidiateWrite Clears buffer and writes buffered data to file for each line. Default: false
BufferSize Write buffer size. Default: 10000
WriteDateTime Write date and/or time to beginning of line. Default: true
DateTimeFormat Date and/or time format at the beginning of line. Default: "G"
Formats Format Dictionary.
Methods:
void AddFormat(string formatName, string logFormat) Adds format to format dictionary.
async Task WriteLine(string text) Write line to log file.
async Task WriteLine(string formatName, params object[] param) Writes line with formatted parameters by format from format dictionary.
async Task WriteLineFormat(string format, params object[] param) Writes line with parameters by format.
async Task SaveChanges() Clears buffer and writes buffered data to file.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net5.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.