Click or drag to resize

LoggerGetAssemblyLogger 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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static Logger GetAssemblyLogger()

Return Value

Type: Logger
Configured instance of the logger.
See Also