Function log_handler
Source pub fn log_handler<T>(log_data: T) -> String
Expand description
Handles log data formatting by delegating to common_log.
§Arguments
AsRef<str>
- The data to be logged, which will be converted to string slice.
§Returns
String
- The formatted log string.