Photon Server API Documentation v5.0RC1

Public Member Functions | Static Public Attributes | List of all members
ExitGames.Logging.Log4Net.Log4NetLoggerFactory Class Reference

This ILoggerFactory creates ILogger that log to the log4net framework. More...

Inheritance diagram for ExitGames.Logging.Log4Net.Log4NetLoggerFactory:
ExitGames.Logging.ILoggerFactory

Public Member Functions

ILogger CreateLogger (string name)
 Creates a new Log4NetLogger with the specified name. More...
 

Static Public Attributes

static readonly Log4NetLoggerFactory Instance = new Log4NetLoggerFactory()
 The singleton. More...
 

Detailed Description

This ILoggerFactory creates ILogger that log to the log4net framework.

Member Function Documentation

◆ CreateLogger()

ILogger ExitGames.Logging.Log4Net.Log4NetLoggerFactory.CreateLogger ( string  name)
inline

Creates a new Log4NetLogger with the specified name.

Parameters
nameThe name.
Returns
A new Log4NetLogger.

Implements ExitGames.Logging.ILoggerFactory.

Member Data Documentation

◆ Instance

readonly Log4NetLoggerFactory ExitGames.Logging.Log4Net.Log4NetLoggerFactory.Instance = new Log4NetLoggerFactory()
static

The singleton.