Function common_log
Source pub fn common_log<T: ToString>(data: T) -> String
Expand description
Formats log data with timestamp for each line.
§Arguments
T: ToString - The data to be logged.
§Returns
String - The formatted log string with timestamps.