jar

com.github.luues.boot : spring-boot-starter-logs

Maven & Gradle

Jul 01, 2023

spring-boot-starter-logs · A simple logging framework

Table Of Contents

Latest Version

Download com.github.luues.boot : spring-boot-starter-logs JAR file - Latest Versions:

All Versions

Download com.github.luues.boot : spring-boot-starter-logs JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-starter-logs-1.0.3.7.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.luues.logs.autoconfigure

├─ com.luues.logs.autoconfigure.LogsAutoConfiguration.class - [JAR]

com.luues.logs.service

├─ com.luues.logs.service.Broker.class - [JAR]

├─ com.luues.logs.service.BrokerServer.class - [JAR]

├─ com.luues.logs.service.OperationLogService.class - [JAR]

com.luues.logs.annotation

├─ com.luues.logs.annotation.EnableLogRecord.class - [JAR]

├─ com.luues.logs.annotation.LogRecord.class - [JAR]

├─ com.luues.logs.annotation.ProfilesType.class - [JAR]

├─ com.luues.logs.annotation.RecordType.class - [JAR]

├─ com.luues.logs.annotation.operationType.class - [JAR]

com.luues.logs.entity

├─ com.luues.logs.entity.Log.class - [JAR]

├─ com.luues.logs.entity.OperationLog.class - [JAR]

├─ com.luues.logs.entity.OperatorBean.class - [JAR]

├─ com.luues.logs.entity.OperatorUserInfo.class - [JAR]

com.luues.logs.interfaces

├─ com.luues.logs.interfaces.OperatorBackFactory.class - [JAR]

├─ com.luues.logs.interfaces.OperatorUserFactory.class - [JAR]

com.luues.logs.aspect

├─ com.luues.logs.aspect.LogRecordAspect.class - [JAR]