MrcSnm/HipremeEngine

@nogc Logging

MrcSnm opened this issue · 0 comments

  1. Make Console @nogc, as it is not really necessary. Specially now that we have betterC strings, (and conversions).
  2. Change logging arguments to compile time variadic arguments. FILE, PRETTY_FUNCTION and LINE should not be template arguments
  3. Remove _formatPrettyFunction, probably it is a waste.