magic.lambda.logging 9.9.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package magic.lambda.logging --version 9.9.9
                    
NuGet\Install-Package magic.lambda.logging -Version 9.9.9
                    
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="magic.lambda.logging" Version="9.9.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="magic.lambda.logging" Version="9.9.9" />
                    
Directory.Packages.props
<PackageReference Include="magic.lambda.logging" />
                    
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 magic.lambda.logging --version 9.9.9
                    
#r "nuget: magic.lambda.logging, 9.9.9"
                    
#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 magic.lambda.logging@9.9.9
                    
#: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=magic.lambda.logging&version=9.9.9
                    
Install as a Cake Addin
#tool nuget:?package=magic.lambda.logging&version=9.9.9
                    
Install as a Cake Tool

Magic Lambda Logging

Logging wrapper slots for Magic. More specifically, this project provides the following slots.

  • [log.info] - Information log entries, typically smaller pieces of information
  • [log.debug] - Debug log entries, typically additional debugging information not enabled in production
  • [log.error] - Error log entries, typically exceptions
  • [log.fatal] - Fatal log entries, from which the application cannot recover from

By default, this project will log into your magic.log_entries database/table, using either MySQL or Microsoft SQL Server. This allows you to use SQL to generate statistics on top of your logs. An example of logging an info piece of information can be found below.

log.info:Howdy world from magic.lambda.logging!

Notice - You can supply content to your log item two different ways. Either as a piece of string, or if you choose to set its value to nothing, it will concatenate all children node's values, after having evaluated it as a lambda collection. This allows you to create rich log entries, based upon evaluating the children of the log invocation. This provides a convenient shortcut for you to create log entries that have as their content, strings concatenated together, without having to manually concatenate them yourself.

An example of the latter can be found below.

.a:foo bar
log.info
   .:'A value is '
   get-value:x:@.a

Project website

The source code for this repository can be found at github.com/polterguy/magic.lambda.logging, and you can provide feedback, provide bug reports, etc at the same place.

Quality gates

  • Build status
  • Quality Gate Status
  • Bugs
  • Code Smells
  • Coverage
  • Duplicated Lines (%)
  • Lines of Code
  • Maintainability Rating
  • Reliability Rating
  • Security Rating
  • Technical Debt
  • Vulnerabilities

License

This project is the copyright(c) 2020-2021 of Thomas Hansen thomas@servergardens.com, and is licensed under the terms of the LGPL version 3, as published by the Free Software Foundation. See the enclosed LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on magic.lambda.logging:

Package Downloads
magic.library

Helper project for Magic to wire up everything easily by simply adding one package, and invoking two simple methods. When using Magic, this is (probably) the only package you should actually add, since this package pulls in everything else you'll need automatically, and wires up everything sanely by default. To use package go to https://polterguy.github.io

magic.lambda.scheduler

Helper slots for Magic to allow you to dynamically create tasks, either as a part of your custom workflow, and/or as scheduled tasks intended to be executed at some interval, or future time. To use package go to https://polterguy.github.io

magic.lambda.sockets

Web socket helper project for Magic, giving you support for web sockets connections from and to Hyperlambda. To use package go to https://polterguy.github.io

magic.data.cql

CQL data adapters for Magic to store files and folders, etc. To use package go to https://polterguy.github.io

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.2.0 1,574 1/22/2024
17.1.7 360 1/12/2024
17.1.6 327 1/11/2024
17.1.5 329 1/5/2024
17.0.1 397 1/1/2024
17.0.0 816 12/14/2023
16.11.5 778 11/12/2023
16.9.0 778 10/9/2023
16.7.0 1,255 7/11/2023
16.4.1 1,077 7/2/2023
16.4.0 1,112 6/22/2023
16.3.1 1,117 6/7/2023
16.3.0 1,123 5/28/2023
16.1.9 1,403 4/30/2023
15.10.11 1,382 4/13/2023
15.9.1 1,496 3/27/2023
15.9.0 1,325 3/24/2023
15.8.2 1,387 3/20/2023
15.7.0 1,319 3/6/2023
15.5.0 2,784 1/28/2023
15.2.0 1,889 1/18/2023
15.1.0 2,394 12/28/2022
14.5.7 2,009 12/13/2022
14.5.5 2,129 12/6/2022
14.5.1 2,113 11/23/2022
14.5.0 2,019 11/18/2022
14.4.5 2,328 10/22/2022
14.4.1 2,342 10/22/2022
14.4.0 2,317 10/17/2022
14.3.1 2,734 9/12/2022
14.3.0 2,108 9/10/2022
14.1.3 2,391 8/7/2022
14.1.2 2,111 8/7/2022
14.1.1 2,012 8/7/2022
14.0.14 2,145 7/26/2022
14.0.12 2,102 7/24/2022
14.0.11 2,118 7/23/2022
14.0.10 2,144 7/23/2022
14.0.9 2,132 7/23/2022
14.0.8 2,164 7/17/2022
14.0.5 2,205 7/11/2022
14.0.4 2,193 7/6/2022
14.0.3 2,186 7/2/2022
14.0.2 2,095 7/2/2022
14.0.0 2,368 6/25/2022
13.4.0 3,787 5/31/2022
13.3.4 2,875 5/9/2022
13.3.1 2,204 5/1/2022
13.3.0 2,190 5/1/2022
13.2.0 2,670 4/21/2022
13.1.0 2,502 4/7/2022
13.0.0 2,196 4/5/2022
11.0.5 2,941 3/2/2022
11.0.4 2,217 2/22/2022
11.0.3 2,288 2/9/2022
11.0.2 2,264 2/6/2022
11.0.1 623 2/5/2022
11.0.0 2,264 2/5/2022
10.0.21 2,261 1/28/2022
10.0.20 2,291 1/27/2022
10.0.19 2,210 1/23/2022
10.0.18 1,965 1/17/2022
10.0.16 849 1/14/2022
10.0.15 1,734 12/31/2021
10.0.14 1,454 12/28/2021
10.0.7 2,282 12/22/2021
10.0.5 1,609 12/18/2021
9.9.9 2,456 11/29/2021
9.9.3 1,862 11/9/2021
9.9.2 1,550 11/4/2021
9.9.0 1,680 10/30/2021
9.8.9 1,014 10/29/2021
9.8.7 960 10/27/2021
9.8.6 949 10/27/2021
9.8.5 1,016 10/26/2021
9.8.0 1,670 10/20/2021
9.7.9 867 10/19/2021
9.7.5 1,775 10/14/2021
9.7.0 1,173 10/9/2021
9.6.6 1,348 8/14/2021
9.2.0 6,760 5/26/2021
9.1.4 1,584 4/21/2021
9.1.0 1,345 4/14/2021
9.0.0 1,140 4/5/2021
8.9.9 1,296 3/30/2021
8.9.3 1,872 3/19/2021
8.9.2 1,327 1/29/2021
8.9.1 1,339 1/24/2021
8.9.0 1,396 1/22/2021
8.6.9 3,312 11/8/2020
8.6.7 1,346 11/4/2020
8.6.6 1,564 11/2/2020
8.6.0 4,357 10/28/2020
8.5.0 2,210 10/23/2020
8.4.0 5,923 10/13/2020
8.3.1 3,164 10/5/2020
8.3.0 1,562 10/3/2020
8.2.2 2,392 9/26/2020
8.2.1 1,690 9/25/2020
8.2.0 1,576 9/25/2020
8.1.17 6,987 9/13/2020
8.1.16 767 9/13/2020
8.1.15 2,417 9/12/2020
8.1.11 2,860 9/11/2020
8.1.10 1,650 9/6/2020
8.1.9 1,668 9/3/2020
8.1.8 1,594 9/2/2020
8.1.7 1,537 8/28/2020
8.1.4 1,563 8/25/2020
8.1.3 1,551 8/18/2020
8.1.2 1,607 8/16/2020
8.1.1 1,641 8/15/2020
8.1.0 686 8/15/2020
8.0.1 2,795 8/7/2020
8.0.0 1,358 8/7/2020
7.0.1 1,484 6/28/2020
7.0.0 1,348 6/28/2020
5.0.1 3,471 5/29/2020
5.0.0 4,803 2/25/2020
4.0.4 7,964 1/27/2020
4.0.3 1,388 1/27/2020
4.0.2 1,534 1/16/2020
4.0.1 1,536 1/11/2020
4.0.0 1,506 1/5/2020
3.1.0 6,424 11/10/2019
3.0.0 3,990 10/23/2019
2.0.1 8,335 10/15/2019
2.0.0 1,746 10/13/2019
1.1.9 1,471 10/11/2019
1.1.8 1,424 10/10/2019
1.1.7 716 10/9/2019
1.1.6 705 10/6/2019
1.1.5 751 10/6/2019
1.1.4 741 10/6/2019
1.1.2 731 10/5/2019
1.0.0 771 9/26/2019