static ILoggerRegistry | Instance[Get] The singleton instance of the registry. |
Gets a logger with an inferred category. | |
Gets a logger with an explicitly specified category. |
| ILoggerRegistry Meta.Voice.Logging.LoggerRegistry.Instance |
|---|
The singleton instance of the registry. |
| IVLogger Meta.Voice.Logging.LoggerRegistry.GetLogger ( ILogWriter logWriter, VLoggerVerbosity? verbosity ) |
|---|
Gets a logger with an inferred category. |
| IVLogger Meta.Voice.Logging.LoggerRegistry.GetLogger ( string category, ILogWriter logWriter, VLoggerVerbosity? verbosity ) |
|---|
Gets a logger with an explicitly specified category. |