Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
E
EMAM2Middleware
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Middleware
Commits
5aed51e2
Commit
5aed51e2
authored
Sep 17, 2019
by
Alexander David Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added DebugLog config, compact daimler model
parent
debc1250
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14489 additions
and
0 deletions
+14489
-0
src/main/java/de/se_rwth/commons/logging/DebugLog.java
src/main/java/de/se_rwth/commons/logging/DebugLog.java
+16
-0
src/test/resources/compactModels/daimler/Oeffentlicher_Demonstrator_FAS_v04.emam
...actModels/daimler/Oeffentlicher_Demonstrator_FAS_v04.emam
+14473
-0
No files found.
src/main/java/de/se_rwth/commons/logging/DebugLog.java
0 → 100644
View file @
5aed51e2
package
de
.
se_rwth
.
commons
.
logging
;
public
class
DebugLog
extends
Log
{
public
static
void
init
()
{
Log
debugLog
=
new
DebugLog
();
Log
.
setLog
(
debugLog
);
}
@Override
protected
boolean
doIsDebugEnabled
(
String
logName
)
{
return
true
;
}
}
src/test/resources/compactModels/daimler/Oeffentlicher_Demonstrator_FAS_v04.emam
0 → 100644
View file @
5aed51e2
This diff is collapsed.
Click to expand it.
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