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)
Syntaxpublic static ICoreLogger GetAssemblyLogger(
string name
)
Public Shared Function GetAssemblyLogger (
name As String
) As ICoreLogger
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