Log

class Log

Project specific logger

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Constructors

Link copied to clipboard
private constructor()
Utility class

Properties

Link copied to clipboard
private val Logger: Logger
Class logger instance.
Link copied to clipboard
private val Max_Tag_Length: Int = 23
maximum tag length when android.util.Log.
Link copied to clipboard
private val TAG: String
Class logger tag.
Link copied to clipboard
private val Trim_Text: String = "net.sourceforge."
remove from the beginning of the log tag.

Functions

Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
private open fun format(msg: String, args: Array<Any>): String
formatiert eine nachricht mit parameters wenn diese gegeben sind.
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun getLogTag(clazz: Class<out Any>): String
open fun getLogTag(name: String): String
creates a log Tag for the given class.
Link copied to clipboard
open fun getUIQ3LogTag(clazz: Class<out Any>): String
open fun getUIQ3LogTag(name: String): String
creates a log Tag for the given class.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()