C# Class BalloonsPop.Common.Gadgets.LogHelper

This class is used by client applications to request logger instances.
Afficher le fichier Open project: Baloons-Pop-4/Main

Méthodes publiques

Méthode Description
GetLogger ( [ filename = "" ) : ILogger

Gets an instance of a particular instance of logger.

Method Details

GetLogger() public static méthode

Gets an instance of a particular instance of logger.
public static GetLogger ( [ filename = "" ) : ILogger
filename [ The name of the class who call the logger.
Résultat ILogger