Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
EmbeddedMontiArc
Commits
aa209f69
Commit
aa209f69
authored
Dec 27, 2017
by
Sascha Niklas Schneiders
Browse files
disable log output
parent
94e66487
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/embeddedmontiarc/LogConfig.java
View file @
aa209f69
...
...
@@ -27,7 +27,7 @@ import de.se_rwth.commons.logging.Log;
*/
public
class
LogConfig
extends
Log
{
static
Log
log
;
boolean
disableOutput
=
fals
e
;
boolean
disableOutput
=
tru
e
;
public
static
void
init
()
{
log
=
new
LogConfig
();
...
...
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