日志组建
整合日志和国际化提示管理
License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.xson |
ArtifactId | ArtifactIdlogging |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlogging
log components.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logging-1.0.0.pom | |
logging-1.0.0.jar | 7 KB |
logging-1.0.0-sources.jar | 3 KB |
logging-1.0.0-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xson/logging/ -->
<dependency>
<groupId>org.xson</groupId>
<artifactId>logging</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xson/logging/
implementation 'org.xson:logging:1.0.0'
// https://jarcasting.com/artifacts/org.xson/logging/
implementation ("org.xson:logging:1.0.0")
'org.xson:logging:jar:1.0.0'
<dependency org="org.xson" name="logging" rev="1.0.0">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xson', module='logging', version='1.0.0')
)
libraryDependencies += "org.xson" % "logging" % "1.0.0"
[org.xson/logging "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.16 |
org.slf4j : slf4j-log4j12 | jar | 1.7.16 |
整合日志和国际化提示管理