CVarArg is unknown type

Are there any plans to implement the CVarArg type in Silver? I noticed it is missing, but it is not a high priority for me at the moment.

We don’t currently support it no. We support regular … arguments (which work on all platforms we support), CVarArg is fairly obscure so unless a big need for it comes up, it’s not on the plans.

I’m currently only using it to wrap uls_log (available from OS X 10.12 onwards) and legacy NSLog under a single interface. Any recommendations on cross-platform logging in Silver?