All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.javiersc.resources.networkResponse.utils.Prints.kt Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
package com.javiersc.resources.networkResponse.utils

private const val BRIGHT_YELLOW = "\u001B[93m"
private const val BRIGHT_RED = "\u001B[91m"

internal fun printlnWarning(message: String) = println("$BRIGHT_YELLOW$message")
internal fun printlnError(message: String) = println("$BRIGHT_RED$message")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy