log
Logs a message with the specified level, tag, and message by writing it to a log file. The actual logging operation is delegated to a specific logger implementation based on the format specified for this FileLogger. The logging operation is performed asynchronously to avoid blocking the caller's thread.
Parameters
level
The severity level of the log message.
tag
The tag associated with the log message.
message
The message content to log.