tagged logger
create a new logger based on this logger with a new tag.
all of the new logger method calls will redirect to base logger.
Log tagged(String? tag);