Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-adam committed Jan 9, 2019
1 parent 16f671c commit e90cf22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
@@ -1,6 +1,6 @@
package pl.writeonly.re.shared

import com.typesafe.scalalogging.LazyLogging
import slogging.LazyLogging

object LazyLoggingCore extends Core with LazyLogging {
def apply(arg: String): Unit = {
Expand Down
@@ -1,5 +1,6 @@
package pl.writeonly.re.shared
import com.typesafe.scalalogging.StrictLogging

import slogging.StrictLogging

object StrictLoggingCore extends Core with StrictLogging {
def apply(arg: String): Unit = {
Expand Down

0 comments on commit e90cf22

Please sign in to comment.