C# 클래스 Transloadit.Log.LoggerFactory

Static logger factory for Transloadit. Creates and gets the configured or the default logger for Transloadit
파일 보기 프로젝트 열기: nkranitz/transloadit-csharp-sdk

공개 메소드들

메소드 설명
GetLogger ( ) : ITransloaditLogger

Gets the created logger instance. If the current logger instance is null and an existing logger class is defined in the LoggerClass private constant, then a new logger object will be created. Logger class must implement ITransloaditLogger interface. If the set class does not implement the required interface, then the default logger will be used.

메소드 상세

GetLogger() 공개 정적인 메소드

Gets the created logger instance. If the current logger instance is null and an existing logger class is defined in the LoggerClass private constant, then a new logger object will be created. Logger class must implement ITransloaditLogger interface. If the set class does not implement the required interface, then the default logger will be used.
/// Thrown when the configured class is not exsiting. ///
public static GetLogger ( ) : ITransloaditLogger
리턴 ITransloaditLogger