]> gerrit.simantics Code Review - simantics/platform.git/commit - features/org.simantics.sdk.feature/feature.xml
Logging configuration via SCL and UI & saving to ZIP-archive 19/1519/1
authorjsimomaa <jani.simomaa@gmail.com>
Fri, 2 Mar 2018 10:28:34 +0000 (12:28 +0200)
committerjsimomaa <jani.simomaa@gmail.com>
Fri, 2 Mar 2018 10:28:34 +0000 (12:28 +0200)
commit7d5a5691780ed8373e77641b4a08f18cba0b9fab
treed53c4137110183299fc05cd8038fc36125adcfa0
parent33b349001037197a526a49e5820f0317dc74d934
Logging configuration via SCL and UI & saving to ZIP-archive

refs #7795

Change-Id: Ib8867aff85634d6a1ed6d2fe65da4e43818b83fc
41 files changed:
bundles/org.simantics.logging.ui/.classpath [new file with mode: 0644]
bundles/org.simantics.logging.ui/.project [new file with mode: 0644]
bundles/org.simantics.logging.ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
bundles/org.simantics.logging.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
bundles/org.simantics.logging.ui/build.properties [new file with mode: 0644]
bundles/org.simantics.logging.ui/fragment.e4xmi [new file with mode: 0644]
bundles/org.simantics.logging.ui/icons/bug.png [new file with mode: 0644]
bundles/org.simantics.logging.ui/icons/error.png [new file with mode: 0644]
bundles/org.simantics.logging.ui/icons/information.png [new file with mode: 0644]
bundles/org.simantics.logging.ui/icons/page.png [new file with mode: 0644]
bundles/org.simantics.logging.ui/icons/page_white_compressed.png [new file with mode: 0644]
bundles/org.simantics.logging.ui/icons/page_white_edit.png [new file with mode: 0644]
bundles/org.simantics.logging.ui/icons/text_align_left.png [new file with mode: 0644]
bundles/org.simantics.logging.ui/icons/warning.png [new file with mode: 0644]
bundles/org.simantics.logging.ui/plugin.xml [new file with mode: 0644]
bundles/org.simantics.logging.ui/src/org/simantics/logging/ui/Activator.java [new file with mode: 0644]
bundles/org.simantics.logging.ui/src/org/simantics/logging/ui/handlers/SaveLogFilesHandler.java [new file with mode: 0644]
bundles/org.simantics.logging.ui/src/org/simantics/logging/ui/handlers/SelectLoggingLevelHandler.java [new file with mode: 0644]
bundles/org.simantics.logging/.classpath [new file with mode: 0644]
bundles/org.simantics.logging/.project [new file with mode: 0644]
bundles/org.simantics.logging/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
bundles/org.simantics.logging/META-INF/MANIFEST.MF [new file with mode: 0644]
bundles/org.simantics.logging/build.properties [new file with mode: 0644]
bundles/org.simantics.logging/dbAndMetadataLogProvider.xml [new file with mode: 0644]
bundles/org.simantics.logging/logbackLogProvider.xml [new file with mode: 0644]
bundles/org.simantics.logging/scl/LoggingUtils.scl [new file with mode: 0644]
bundles/org.simantics.logging/src/org/simantics/logging/DBAndMetadataLogProvider.java [new file with mode: 0644]
bundles/org.simantics.logging/src/org/simantics/logging/LogCollector.java [new file with mode: 0644]
bundles/org.simantics.logging/src/org/simantics/logging/LogConfigurator.java [new file with mode: 0644]
bundles/org.simantics.logging/src/org/simantics/logging/LogProvider.java [new file with mode: 0644]
bundles/org.simantics.logging/src/org/simantics/logging/LogbackLogProvider.java [new file with mode: 0644]
bundles/org.simantics.logging/src/org/simantics/logging/internal/Activator.java [new file with mode: 0644]
bundles/pom.xml
features/org.simantics.logging.feature/.project [new file with mode: 0644]
features/org.simantics.logging.feature/build.properties [new file with mode: 0644]
features/org.simantics.logging.feature/feature.xml [new file with mode: 0644]
features/org.simantics.logging.ui.feature/.project [new file with mode: 0644]
features/org.simantics.logging.ui.feature/build.properties [new file with mode: 0644]
features/org.simantics.logging.ui.feature/feature.xml [new file with mode: 0644]
features/org.simantics.sdk.feature/feature.xml
features/pom.xml