public static string Now() { return(Platform4.Format(Platform4.Now(), true)); }
public static string FormatLine(DateTime now, Level loggingLevel, string method, object[] args) { return(Platform4.Format(now, true) + " " + FormatMessage(loggingLevel, method, args )); }