native-pkcs11 icon indicating copy to clipboard operation
native-pkcs11 copied to clipboard

Early logging initialization

Open ya-mouse opened this issue 1 year ago • 1 comments

In this PR the logging function moved away from C_Initialize under ctor when library is being loaded. This allows to start logging custom backend initialization. Also the log init function reworked to remove log lines duplication by using tracing::subscriber::set_global_default(...).

ya-mouse avatar Jan 14 '25 19:01 ya-mouse

I need to check on the availability of ctor in our internal package repository. I seem to recall an issue using that crate during initial development.

brandonweeks avatar Feb 20 '25 19:02 brandonweeks