treessence / fr.bipi.tressence.common.utils / Info

Info

class Info

Utility class to get some information (method name, thread, etc.)

Functions

getMethodName

static fun getMethodName(): String!
static fun getMethodName(depth: Int): String!

Get the name of the calling method

getStackTraceElement

static fun getStackTraceElement(depth: Int): StackTraceElement!

getThreadFullInfoString

static fun getThreadFullInfoString(): String!

getThreadInfoString

static fun getThreadInfoString(): String!