C# Class SipSharp.Logging.LogFactory

Factory is used to create new logs in the system.
Afficher le fichier Open project: jgauffin/SipSharp

Méthodes publiques

Méthode Description
Assign ( ILogFactory logFactory ) : void

Assigns log factory being used.

CreateLogger ( Type type ) : ILogger

Create a new logger.

Method Details

Assign() public static méthode

Assigns log factory being used.
A factory have already been assigned.
public static Assign ( ILogFactory logFactory ) : void
logFactory ILogFactory The log factory.
Résultat void

CreateLogger() public static méthode

Create a new logger.
public static CreateLogger ( Type type ) : ILogger
type System.Type Type that requested a logger.
Résultat ILogger