SystemOutLogger

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun clear()
Link copied to clipboard
open override fun print(str: String)
Link copied to clipboard
open override fun println(str: String)
Link copied to clipboard
open fun reportError(e: Throwable)

Implementing classes can choose to print the whole stack trace, or just the Exception.toString().

Link copied to clipboard
open override fun status(str: String)

A status message - Used for upload progress. e.g. bytes sent to OctoPrinter.