currently the timestamp in custom log mode(fclog) is provided inner by calling getLocalTime(), but sometimes we should display logs with user-provided timestamps, and currently there is no way to provide the timestamp.
|
export function createLog(log: string, type: logErrorTypes) { |