logging

fun logging(tag: String? = null): KmLog

Create a logging object. This is the primary entry point for logging and should be called once for each file, class or object. For classes a val can be created either as a private member of the class or as a member of the companion object.

Parameters

tag

string to be used instead of the calculated tag based on the class name or file name.