Click or drag to resize

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)
Syntax
public static ICoreLogger GetAssemblyLogger()

Return Value

Type: ICoreLogger
Configured instance of the logger.
See Also