C# 클래스 PowerDeploy.Core.Logging.LogManager

Logging API for this library. You can inject your own implementation otherwise will use the DebugLogFactory to write to System.Diagnostics.Debug
https://github.com/ServiceStackV3/ServiceStackV3 BSD Licence.
파일 보기 프로젝트 열기: tobiaszuercher/PowerDeploy

공개 메소드들

메소드 설명
GetLogger ( Type type ) : ILog

Gets the logger.

GetLogger ( string typeName ) : ILog

Gets the logger.

메소드 상세

GetLogger() 공개 정적인 메소드

Gets the logger.
public static GetLogger ( Type type ) : ILog
type System.Type
리턴 ILog

GetLogger() 공개 정적인 메소드

Gets the logger.
public static GetLogger ( string typeName ) : ILog
typeName string
리턴 ILog