log

open override fun log(message: String)

Saves the message to the file.


open override fun log(message: List<String>)

Saves the message to the file. Each list element represents one line.