From 38156d85cd72d60b8cfb1fb1fabf8aeeaf827087 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 11 Feb 2020 21:29:37 +0100 Subject: feat: Add support for process-tied logging This change adds a log property to the ProcessContext which allows the user to access a Logger instance that is tied to a particular logical process. --- odcsim/odcsim-api/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'odcsim/odcsim-api/build.gradle.kts') diff --git a/odcsim/odcsim-api/build.gradle.kts b/odcsim/odcsim-api/build.gradle.kts index 51a80d2c..c8c6c90c 100644 --- a/odcsim/odcsim-api/build.gradle.kts +++ b/odcsim/odcsim-api/build.gradle.kts @@ -31,6 +31,7 @@ plugins { dependencies { implementation(kotlin("stdlib")) + api("org.slf4j:slf4j-api:${Library.SLF4J}") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${Library.KOTLINX_COROUTINES}") testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}") -- cgit v1.2.3