Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
e2538d97
Commit
e2538d97
authored
4 years ago
by
Malliaridis Christos
Browse files
Options
Downloads
Patches
Plain Diff
Replace LogManager with Logger
parent
8db4d2e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
WIP: Fix LogManager ClassNotFoundError
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Klausuren/Sd1/2015summer/Exam/src/main/java/de/hdm_stuttgart/sw1/klausur/StringTransforms.java
+2
-3
2 additions, 3 deletions
...n/java/de/hdm_stuttgart/sw1/klausur/StringTransforms.java
with
2 additions
and
3 deletions
Klausuren/Sd1/2015summer/Exam/src/main/java/de/hdm_stuttgart/sw1/klausur/StringTransforms.java
+
2
−
3
View file @
e2538d97
package
de.hdm_stuttgart.sw1.klausur
;
import
org.apache.logging.log4j.LogManager
;
import
org.apache.logging.log4j.Logger
;
import
org.apache.log4j.Logger
;
/**
* Ersetzungen in Zeichenketten.
*
*/
public
class
StringTransforms
{
private
static
Logger
log
=
Log
Mana
ger
.
getLogger
(
StringTransforms
.
class
);
private
static
Logger
log
=
Logger
.
getLogger
(
StringTransforms
.
class
);
/**
* Eine urbane Legende attestiert Chinesen das Problem der Aussprache des
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment