public static void Trace(this ITcLog logger, string message, params object[] args) { logger.TraceFormat(message, args); }