Logger
constructor(name: String, debugTag: String = DEBUG, infoTag: String = INFO, errorTag: String = ERROR)
Parameters
name
name of the logger prepended to each logged message.
debugTag
will be passed as the message tag on debug logs.
infoTag
will be passed as the message tag on info logs.
errorTag
will be passed as the message tag on error logs.