Lumberjack 0.3.0

dotnet add package Lumberjack --version 0.3.0
                    
NuGet\Install-Package Lumberjack -Version 0.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Lumberjack" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lumberjack" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Lumberjack" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Lumberjack --version 0.3.0
                    
#r "nuget: Lumberjack, 0.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Lumberjack@0.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Lumberjack&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Lumberjack&version=0.3.0
                    
Install as a Cake Tool

Lumberjack

Lumberjack is a CSharp library that supports basic application logging. The key features are multiple logging channels, the ability to create custom channels, and different logging levels. The idea is you can use the logging library for all messages and feedback and the set the logging channels to determine what entries are stored or displayed in each channel. For example, there is a console logger command line applications, which by default will display user and error messages whereas the File logger will store all logging messages by default.

Getting Started

The "Logging" static class is the main interface element. Use "Logging.CreateLogFile" to create a logfile. Then use the "LogUserInfo", "LogInfo", "LogWarnign", "LogError" methods to add entries in the logfile.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Lumberjack:

Package Downloads
Modulyn.Interface

A library containing the interfaces needed generate modules for the Modulyn Server

Modulyn.Server

The Modulyn Server framework. A component, addon based Blazor webserver.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0 241 1/13/2026
0.1.0 306 10/31/2025
0.0.9 404 9/22/2025
0.0.7 266 6/16/2025
0.0.3-beta 290 1/24/2025
0.0.2-alpha 144 11/8/2024
0.0.1 253 10/24/2024