Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
be-esb-core
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
be-esb-ecosystem-maven
be-esb-core
Commits
27a413c5
Commit
27a413c5
authored
Jul 05, 2022
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理pom
parent
60b399cd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
CFCACertKitJS.jar
lib/CFCACertKitJS.jar
+0
-0
pom.xml
pom.xml
+0
-0
CommonFunctionUtils.java
src/main/src/com/brilliance/eibs/el/CommonFunctionUtils.java
+0
-0
LogUtil.java
src/main/src/com/brilliance/eibs/util/LogUtil.java
+4
-2
No files found.
lib/CFCACertKitJS.jar
deleted
100644 → 0
View file @
60b399cd
File deleted
pom.xml
View file @
27a413c5
This diff is collapsed.
Click to expand it.
src/main/src/com/brilliance/eibs/el/CommonFunctionUtils.java
0 → 100644
View file @
27a413c5
This diff is collapsed.
Click to expand it.
src/main/src/com/brilliance/eibs/util/LogUtil.java
View file @
27a413c5
...
@@ -81,8 +81,10 @@ public class LogUtil {
...
@@ -81,8 +81,10 @@ public class LogUtil {
}
}
public
static
Logger
getLogger
(
Context
context
)
{
public
static
Logger
getLogger
(
Context
context
)
{
Logger
log
=
(
Logger
)
context
.
getTransactionMap
().
get
(
Constants
.
Log_VAR
);
if
(
context
!=
null
&&
context
.
getTransactionMap
()
!=
null
&&
context
.
getTransactionMap
().
get
(
Constants
.
Log_VAR
)
!=
null
)
{
return
log
;
return
(
Logger
)
context
.
getTransactionMap
().
get
(
Constants
.
Log_VAR
);
}
return
LoggerFactory
.
getLogger
(
LogUtil
.
class
);
}
}
public
static
Logger
getTrnLog
(
String
interfaceName
,
String
transactionName
,
String
pre
,
public
static
Logger
getTrnLog
(
String
interfaceName
,
String
transactionName
,
String
pre
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment