beatsaber-hook icon indicating copy to clipboard operation
beatsaber-hook copied to clipboard

[BS-Hooks 4] Paper switch and format

Open Fernthedev opened this issue 1 year ago • 2 comments

Use paperlog Switches all format specifiers to fmt syntax Adds format wrappers for StringW, MethodInfo, ParameterInfo, FieldInfo, SafePtr<T>, SafePtrUnity<T>

Todo:

  • [x] ArrayW
  • [x] Il2CppObject

Fernthedev avatar May 19 '23 18:05 Fernthedev

Looks more or less good so far, don't forget to add formatters for wrapper types (either to the same file or somewhere else entirely) also, I'd like to guard debug logs behind a macro so we can enable/disable them at preprocessor time

sc2ad avatar May 19 '23 19:05 sc2ad

Fixes #104

Fernthedev avatar May 19 '23 19:05 Fernthedev