-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zio2 logging: tests + documentation #1074
Conversation
c3bba12
to
d59e985
Compare
d59e985
to
1a8d6c3
Compare
|
||
object ZLogsSpec extends ZIOSpecDefault { | ||
|
||
val loggerName: String = this.getClass.getName.replace("$", "") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
case object ZLogsSpec
& this.productPrefix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be with package prefix
It'd be nice to have the same "recipe" for ZLogs as for the other logging approaches . It will both illustrate the intended way and will allow people to look at this as a whole thing with wiring and stuff. It'd be fine if it comes in another PR though |
d9ad354
to
4dc20b9
Compare
No description provided.