getDefaultPathForContext

fun getDefaultPathForContext(programName: String = stackRootClassName(), contextID: String = "global"): String?(source)

Returns the default path for a context

Return

String encoded path or null

Since

0.3.40

Parameters

programName

optional name of the program, default is guessed from a stack trace on the current thread

contextID

optional context identifier, the default is "global"

See also