Skip to content

Commit

Permalink
Create Logger interface
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Surzhykov <yurii.surzhykov@nortekcontrol.com>
  • Loading branch information
Yurii Surzhykov committed May 23, 2024
1 parent 5897c9e commit 4c76171
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.github.yuriisurzhykov.purs.core

interface Logger {
fun d(tag: String, message: String)

fun e(tag: String, message: String)
}

0 comments on commit 4c76171

Please sign in to comment.