NServiceBus.Testing.DefaultTestingLoggerFactory.GetLogger C# (CSharp) 메소드

GetLogger() 공개 메소드

public GetLogger ( Type type ) : ILog
type System.Type
리턴 ILog
        public ILog GetLogger(Type type)
        {
            return GetLogger(type.FullName);
        }

Same methods

DefaultTestingLoggerFactory::GetLogger ( string name ) : ILog