Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2012-01-30 15:05:42 +0000
committerThomas Schuetz2012-01-30 15:05:42 +0000
commitd5afc9c0c42138ac147199ae60193899953869cb (patch)
treec27b93e12a6cd508f5486a1a2a78f064663f3469 /plugins/org.eclipse.etrice.logging
parent17c0786b480e757f538d5e334e6e5c93f6751a4a (diff)
downloadorg.eclipse.etrice-d5afc9c0c42138ac147199ae60193899953869cb.tar.gz
org.eclipse.etrice-d5afc9c0c42138ac147199ae60193899953869cb.tar.xz
org.eclipse.etrice-d5afc9c0c42138ac147199ae60193899953869cb.zip
[generator.c.tests] moved testcases for C-generator to generator.c.tests
Diffstat (limited to 'plugins/org.eclipse.etrice.logging')
-rw-r--r--plugins/org.eclipse.etrice.logging/bin/log4j.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.logging/bin/log4j.properties b/plugins/org.eclipse.etrice.logging/bin/log4j.properties
new file mode 100644
index 000000000..711e8bc45
--- /dev/null
+++ b/plugins/org.eclipse.etrice.logging/bin/log4j.properties
@@ -0,0 +1,7 @@
+log4j.rootCategory=INFO, S
+
+log4j.logger.org.eclipse.xtext=INFO
+
+log4j.appender.S = org.apache.log4j.ConsoleAppender
+log4j.appender.S.layout = org.apache.log4j.PatternLayout
+log4j.appender.S.layout.ConversionPattern = %d{yyyy-MM-dd HH:mm:ss} %c{1} [%p] %m%n

Back to the top