trace

open fun trace(msg: String)
open fun trace(msgSupplier: Supplier<String>)
open fun trace(msgSupplier: Supplier<String>, throwable: Throwable?)