LoggerProviderGetAssemblyLogger Method |
Fabric method that returns new instance of the logger initialized
with calling assembly name.
Namespace:
Atalasoft.Shared.Diagnostics
Assembly:
Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic static ICoreLogger GetAssemblyLogger()
Public Shared Function GetAssemblyLogger As ICoreLogger
Return Value
Type:
ICoreLoggerConfigured instance of the logger.
See Also