Class NullLoggerProvider
Inherited Members
Namespace: SlipeServer.Server.Loggers
Assembly: SlipeServer.Server.dll
Syntax
[ProviderAlias("NullLogger")]
public sealed class NullLoggerProvider : ILoggerProvider, IDisposable
  Methods
| Edit this page View SourceCreateLogger(string)
Creates a new ILogger instance.
Declaration
public ILogger CreateLogger(string categoryName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | categoryName | The category name for messages produced by the logger.  | 
      
Returns
| Type | Description | 
|---|---|
| ILogger | The instance of ILogger that was created.  | 
      
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()