jar

com.biuqu : bq-log

Maven & Gradle

Jul 02, 2023
1 stars

bq-log · easy use log for simple springboot project

Table Of Contents

Latest Version

Download com.biuqu : bq-log JAR file - Latest Versions:

All Versions

Download com.biuqu : bq-log 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 bq-log-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.biuqu.log.service.impl

├─ com.biuqu.log.service.impl.ChannelLogServiceImpl.class - [JAR]

├─ com.biuqu.log.service.impl.ClientLogServiceImpl.class - [JAR]

├─ com.biuqu.log.service.impl.OpLogServiceImpl.class - [JAR]

├─ com.biuqu.log.service.impl.SecLogServiceImpl.class - [JAR]

├─ com.biuqu.log.service.impl.SysLogServiceImpl.class - [JAR]

com.biuqu.log.service

├─ com.biuqu.log.service.BaseLogService.class - [JAR]

├─ com.biuqu.log.service.LogFacade.class - [JAR]

├─ com.biuqu.log.service.LogService.class - [JAR]

com.biuqu.log.dao.impl

├─ com.biuqu.log.dao.impl.ChannelLogDaoImpl.class - [JAR]

├─ com.biuqu.log.dao.impl.ClientLogDaoImpl.class - [JAR]

├─ com.biuqu.log.dao.impl.OpLogDaoImpl.class - [JAR]

├─ com.biuqu.log.dao.impl.SecLogDaoImpl.class - [JAR]

├─ com.biuqu.log.dao.impl.SysLogDaoImpl.class - [JAR]

com.biuqu.log.model

├─ com.biuqu.log.model.BaseAuditLog.class - [JAR]

├─ com.biuqu.log.model.BaseLog.class - [JAR]

├─ com.biuqu.log.model.ChannelLog.class - [JAR]

├─ com.biuqu.log.model.ClientLog.class - [JAR]

├─ com.biuqu.log.model.LevelType.class - [JAR]

├─ com.biuqu.log.model.LogAopParam.class - [JAR]

├─ com.biuqu.log.model.LogMapper.class - [JAR]

├─ com.biuqu.log.model.OperationLog.class - [JAR]

├─ com.biuqu.log.model.SecurityLog.class - [JAR]

├─ com.biuqu.log.model.SystemLog.class - [JAR]

com.biuqu.log.dao

├─ com.biuqu.log.dao.LogDao.class - [JAR]

com.biuqu.log.annotation

├─ com.biuqu.log.annotation.AuditLogAnn.class - [JAR]

├─ com.biuqu.log.annotation.AuditLogModuleAnn.class - [JAR]

├─ com.biuqu.log.annotation.ClientLogAnn.class - [JAR]

com.biuqu.log.utils

├─ com.biuqu.log.utils.IpUtil.class - [JAR]

Advertisement