Click or drag to resize

LoggerProviderGetAssemblyLogger Method (String)

Sets a custom logger implementation

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(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: ICoreLogger
Remarks
Call this method once during application startup to configure logging. If not called, internal Logger implementation will be used as logger
See Also