Click or drag to resize

LoggerProvider Class

Provides a static entry point for configuring and accessing logging functionality
Inheritance Hierarchy
SystemObject
  Atalasoft.Shared.DiagnosticsLoggerProvider

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 class LoggerProvider
Methods
  NameDescription
Public methodStatic memberGetAssemblyLogger
Fabric method that returns new instance of the logger initialized with calling assembly name.
Public methodStatic memberGetAssemblyLogger(String)
Sets a custom logger implementation
Public methodStatic memberGetAssemblyLoggerT
Fabric method that returns new instance of the logger initialized with assembly name of the specified type.
Top
See Also