use variable number of arguments in console methods
it should improve performance by avoiding useless string concatenation and doing it with StringBuilder when needed
it should improve performance by avoiding useless string concatenation and doing it with StringBuilder when needed