Skip to content

[MSHARED-1134] Remove / deprecate internal debug mode in Verifier #168

@jira-importer

Description

@jira-importer

Slawomir Jaranowski opened MSHARED-1134 and commented

In Verifier we have debug field and corresponding constructors and setters for it

Behavior for this flags was probably execute Verifier in debug mode, so

  • only in constructor original System.out/err are saved
  • only in setDebug method System.out/err are overrided
  • Verifier during executions use System.out.println(..) as logging purpose
  • in displayStreamBuffers we can print before recoded logs

And finally method resetStreams must be called on Verifier in order to restore original System.out/err stream.


Remote Links:

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions