Show / Hide Table of Contents

Class Log4NetProvider

Inheritance
System.Object
Log4NetProvider
Namespace: Cloud_ShareSync.Core.Logging.Logger
Assembly: Cloud-ShareSync.Core.Logging.dll
Syntax
public class Log4NetProvider : ILoggerProvider

Constructors

| Improve this Doc View Source

Log4NetProvider(ILogger)

Declaration
public Log4NetProvider(ILogger logger)
Parameters
Type Name Description
ILogger logger

Fields

| Improve this Doc View Source

_logger

Declaration
readonly ILogger _logger
Field Value
Type Description
ILogger
| Improve this Doc View Source

_loggers

Declaration
readonly ConcurrentDictionary<string, ILogger> _loggers
Field Value
Type Description
ConcurrentDictionary<System.String, ILogger>

Methods

| Improve this Doc View Source

CreateLogger(String)

Declaration
public ILogger CreateLogger(string categoryName)
Parameters
Type Name Description
System.String categoryName
Returns
Type Description
ILogger
| Improve this Doc View Source

CreateLoggerImplementation(String)

Declaration
ILogger CreateLoggerImplementation(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
ILogger
| Improve this Doc View Source

IDisposable.Dispose()

Declaration
void IDisposable.Dispose()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾