C# 클래스 BalloonsPop.Common.Gadgets.LogHelper

This class is used by client applications to request logger instances.
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
GetLogger ( [ filename = "" ) : ILogger

Gets an instance of a particular instance of logger.

메소드 상세

GetLogger() 공개 정적인 메소드

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