XDev.Slf4j.Api
2.0.18.1
dotnet add package XDev.Slf4j.Api --version 2.0.18.1
NuGet\Install-Package XDev.Slf4j.Api -Version 2.0.18.1
<PackageReference Include="XDev.Slf4j.Api" Version="2.0.18.1" />
<PackageVersion Include="XDev.Slf4j.Api" Version="2.0.18.1" />
<PackageReference Include="XDev.Slf4j.Api" />
paket add XDev.Slf4j.Api --version 2.0.18.1
#r "nuget: XDev.Slf4j.Api, 2.0.18.1"
#:package XDev.Slf4j.Api@2.0.18.1
#addin nuget:?package=XDev.Slf4j.Api&version=2.0.18.1
#tool nuget:?package=XDev.Slf4j.Api&version=2.0.18.1
Xdev.Slf4j.Api
This is a NuGet package for Slf4j-api.jar
- Orignal project: slf4.org
- Used by native java/android libraries that may have bindings generated for use in Xamarin/Maui, or simply needed as a dependency for other native android libs.
Usage
Simply include this package XDev.Slf4j.Api.nupkg in your Maui/Xamarin.Android application or binding library to provide the native slf4j-api.jar contents
- Note this repo repackages the
slf4j-api.jarintoXDev.Slf4j.Api.aarto support android.
Versions
- v2.0.9.x (the nuget package tracks the native version, where the build number 'x' reflects the total #builds for NuGet both release and pre-release)
- https://mvnrepository.com/artifact/org.slf4j/slf4j-api
- pre-release NuGet packages may be released as
2.0.9-alpha00xfor example. - in these cases, the LATEST BUILD of the native artifact matching the main semantic version will be used unless noted in release notes.
Contribute
To contribute, make a branch, update the native version, and open a PR here.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-android34.0 is compatible. net9.0-android was computed. net10.0-android was computed. |
-
net8.0-android34.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on XDev.Slf4j.Api:
| Package | Downloads |
|---|---|
|
XDev.Jetbrains.KotlinX.Coroutines.Slf4j
Library support for Kotlin coroutines providing slf4j impl. |
|
|
XDev.IO.Ktor
Ktor is an asynchronous framework for creating microservices, web applications and more. Written in Kotlin from the ground up. |
GitHub repositories
This package is not used by any popular GitHub repositories.
* dropped .Net7 target, no longer supported.
* slf4j-api 1.7.x → 2.0.x is a minor binary-breaking change at the provider layer (StaticLoggerBinder → ServiceLoader). **Pure API consumers are unaffected.**