Spring Boot Starter Logging Frontend
Provides a /api/log/error
endpoint to send frontend errors.
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Logging Application Layer Libs |
GroupId | GroupIdnl.42 |
ArtifactId | ArtifactIdspring-boot-starter-logging-frontend |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Boot Starter Frontend Logging
Spring Boot Frontend Logging Starter
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nl.42/spring-boot-starter-logging-frontend/ -->
<dependency>
<groupId>nl.42</groupId>
<artifactId>spring-boot-starter-logging-frontend</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.42/spring-boot-starter-logging-frontend/
implementation 'nl.42:spring-boot-starter-logging-frontend:1.3.0'
// https://jarcasting.com/artifacts/nl.42/spring-boot-starter-logging-frontend/
implementation ("nl.42:spring-boot-starter-logging-frontend:1.3.0")
'nl.42:spring-boot-starter-logging-frontend:jar:1.3.0'
<dependency org="nl.42" name="spring-boot-starter-logging-frontend" rev="1.3.0">
<artifact name="spring-boot-starter-logging-frontend" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.42', module='spring-boot-starter-logging-frontend', version='1.3.0')
)
libraryDependencies += "nl.42" % "spring-boot-starter-logging-frontend" % "1.3.0"
[nl.42/spring-boot-starter-logging-frontend "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-validation | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | |
javax.servlet : javax.servlet-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.apache.commons : commons-lang3 | jar |
Provides a /api/log/error
endpoint to send frontend errors.