PrinterLogger

Logger with info, failure, error where each new message is displayed on a new line

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def close(): Unit
def errorLog(msg: String): Unit
def failureLog(msg: String): Unit
def infoLog(msg: String): Unit
def newline(): Unit
def warnLog(msg: String): Unit