Design Pattern Framework 3.5
Instance Property
Patterns-In-Action! Application ► Log ► SingletonLogger ► Instance
Gets the instance of the singleton logger object.
Declaration Syntax
C# | Visual Basic |
public static SingletonLogger Instance { get; }
Public Shared ReadOnly Property Instance As SingletonLogger