Skip to content

Logger is no longer a singleton #493

Description

@dzenanz

Since the move to IGSIO for some functionality, vtkPlusLogger inherits from vtkIGSIOLogger but creates a separate instance. So my application which used to set log level to 5 now does not get all the messages, because Plus internals now use vtkIGSIOLogger which is a separate instance from vtkPlusLogger.

Expected behavior: there is a single logger instance, and vtkPlusLogger is an empty descendant, or even better just a rename using vtkPlusLogger = vtkIGSIOLogger;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions