SingletonType#

class ansys.tools.visualization_interface.utils.logger.SingletonType#

Bases: type

Provides the singleton helper class for the logger.

Overview#

__call__

Call to redirect new instances to the singleton instance.

Import detail#

from ansys.tools.visualization_interface.utils.logger import SingletonType

Method detail#

SingletonType.__call__(*args, **kwargs)#

Call to redirect new instances to the singleton instance.