C# Class BalloonsPop.Common.Gadgets.LogHelper

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

Public Methods

Method Description
GetLogger ( [ filename = "" ) : ILogger

Gets an instance of a particular instance of logger.

Method Details

GetLogger() public static method

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