LoggerFactoryCreateLoggerT Method |
Namespace: SimphonyPosApi.LoggingAssembly: PosCore (in PosCore.dll) Version: 19.9
Syntaxpublic static ILogger CreateLogger<T>()
where T : class
Type Parameters
- T
- type used to derive the category name for the ILogger
Return Value
ILoggerthe
ILogger created
See Also