diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-02-11 21:29:37 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-02-11 21:29:37 +0100 |
| commit | 38156d85cd72d60b8cfb1fb1fabf8aeeaf827087 (patch) | |
| tree | f89e4a46926d40f5420fceeabe2644be0680ff17 /odcsim/odcsim-api/build.gradle.kts | |
| parent | cd293b79ef2066ffcb605b9c625d6ab0a9af1d16 (diff) | |
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.
Diffstat (limited to 'odcsim/odcsim-api/build.gradle.kts')
| -rw-r--r-- | odcsim/odcsim-api/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
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}") |
