Replies: 3 comments
-
|
I'm so sorry. I just now saw this. I must have missed the notification. I'm looking into it now. It looks like I'll actually need to release a new version of Scribe to properly handle this, but it should be done today. |
Beta Was this translation helpful? Give feedback.
-
|
Support has been added and will roll out with Scribe 3.19.0 later today: 8b72a1e |
Beta Was this translation helpful? Give feedback.
-
|
Scribe 3.19.0 has been released with this fix. The val logger = Logger("MyClass2")
logger.info("I'm old-school!")This should now show |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is modified example from here: https://github.com/outr/scribe/wiki/getting-started
Scala v 3.8.1
Scribe v 3.18.0
Scala-cli ammonite repl session:
How to setup the
Loggerso thatLoggername (above "MyClass2") is printed in log message? I.e. in this case I am expecting log message:I also tried to use the
overrideClassName = Some("MyClass2")but it did not change the outcome:Thank you for your help and support!
Beta Was this translation helpful? Give feedback.
All reactions