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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic static Logger GetAssemblyLogger()
Public Shared Function GetAssemblyLogger As Logger
Return Value
Type:
LoggerConfigured instance of the logger.
See Also