ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.Logging.ILoggerFactory Interface Reference

Interface representing a factory for creating loggers. More...

Inheritance diagram for XmobiTea.Logging.ILoggerFactory:
XmobiTea.Logging.Console.ConsoleLoggerFactory XmobiTea.Logging.Empty.EmptyLoggerFactory XmobiTea.Logging.Log4Net.Log4NetLoggerFactory

Public Member Functions

ILogger CreateLogger (string name)
 Creates a logger with the specified name.
 

Detailed Description

Interface representing a factory for creating loggers.

Member Function Documentation

◆ CreateLogger()

ILogger XmobiTea.Logging.ILoggerFactory.CreateLogger ( string name)

Creates a logger with the specified name.

Parameters
nameThe name of the logger to create.
Returns
An instance of ILogger.

Implemented in XmobiTea.Logging.Console.ConsoleLoggerFactory, XmobiTea.Logging.Empty.EmptyLoggerFactory, and XmobiTea.Logging.Log4Net.Log4NetLoggerFactory.


The documentation for this interface was generated from the following file: