Skip to content

Disable output Logging & debug #4

Description

@MatthD

Hi,

I am curious how we could disable debug & login, in their c++ soft we just need to add this in our main function :

PoDoFo::PdfError::EnableDebug( false ); // turn it off to better view the output from this app! PoDoFo::PdfError::EnableLogging( false );

But how to use it in javascript ?

I tried that let a = new podofo.PdfError();
But it's erroring: "PdfError object cannot be created directly"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions