tagged abstract method

Log tagged(
  1. String? tag
)

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.

Implementation

Log tagged(String? tag);