A simple logging utility class that includes its name in the logged messages.
Debug logging tag.
Error logging tag.
Info logging tag.
Logs a message on the debug level.
Logs a message on the error level.
Logs a message on the info level.
Allows to create a Logger instance for a specific class. Note that loggers are not cached - each time this method is called, a new instance of Logger is created, so it is advised to use loggers in companion objects.