Click or drag to resize

LoggerGetAssemblyLoggerT Method

Fabric method that returns new instance of the logger initialized with assembly name of the specified type.

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<T>()

Type Parameters

T
Trace source name will be equal to name of the assembly that contains specified type.

Return Value

Type: Logger
Configured instance of the logger.
See Also