summaryrefslogtreecommitdiff
path: root/odcsim-core/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2019-04-28 14:53:56 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2019-05-14 12:55:54 +0200
commit0f71f1e1c559bfebc20dad4ae979e7f6b58b7acf (patch)
tree0f200154a1d1db4253b326d6ed33c8a535abf461 /odcsim-core/build.gradle.kts
parent155a7fad1fff409cf91d6af6f613ed9b50fd21d7 (diff)
feat: Provide per-actor logging
This change adds an actor-specific logging instance to ActorContext, which allows consumers to log messages via the SLF4J API.
Diffstat (limited to 'odcsim-core/build.gradle.kts')
-rw-r--r--odcsim-core/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/odcsim-core/build.gradle.kts b/odcsim-core/build.gradle.kts
index 1596f3c8..4260aaad 100644
--- a/odcsim-core/build.gradle.kts
+++ b/odcsim-core/build.gradle.kts
@@ -38,6 +38,7 @@ val junitPlatformVersion: String by extra
dependencies {
implementation(kotlin("stdlib"))
+ api("org.slf4j:slf4j-api:1.7.26")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion")