Skip to content

Instantly share code, notes, and snippets.

@jeremyrempel
Created February 18, 2019 17:16
Show Gist options
  • Save jeremyrempel/8bbea3d45e7dd630e55265078be69e4e to your computer and use it in GitHub Desktop.
Save jeremyrempel/8bbea3d45e7dd630e55265078be69e4e to your computer and use it in GitHub Desktop.
import platform.Foundation.NSLog
actual fun log(level: LogLevel, tag: String, message: String, error: Throwable) =
NSLog("[$level]: ($tag), $message, $error")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment