<Kotlin equivalent to Swift Literal Expression> In...
# stackoverflow
u
Kotlin equivalent to Swift Literal Expression In Swift I use the following code to log a message and I receive all the relevant data I need: class func log(type: LogType, message: String, fileName: String = #file, line: Int = #line, column: Int = #column, function: String = #function) How can I do something similar in Android Java or Kotlin (preferable)? Thanks in advanced