Confusion: ``` val log = Logger.global log "Hell...
# language-proposals
b
Confusion:
Copy code
val log = Logger.global

log "Hello log"
Is that the
log
variable I just made? Is it a function taking in a
String
? Is it a prefix extension function on the String?