C# 클래스 Common.Logging.Simple.UnityDebugLoggerFactoryAdapter

상속: Common.Logging.Factory.AbstractCachingLoggerFactoryAdapter
파일 보기 프로젝트 열기: SaladLab/Common.Logging.Unity3D

공개 메소드들

메소드 설명
UnityDebugLoggerFactoryAdapter ( ) : Common.Logging.Factory
UnityDebugLoggerFactoryAdapter ( LogLevel level, bool showLogName, bool showLogLevel, bool useUnityLogLevel ) : Common.Logging.Factory
UnityDebugLoggerFactoryAdapter ( NameValueCollection properties ) : Common.Logging.Factory

보호된 메소드들

메소드 설명
CreateLogger ( string name ) : ILog

메소드 상세

CreateLogger() 보호된 메소드

protected CreateLogger ( string name ) : ILog
name string
리턴 ILog

UnityDebugLoggerFactoryAdapter() 공개 메소드

public UnityDebugLoggerFactoryAdapter ( ) : Common.Logging.Factory
리턴 Common.Logging.Factory

UnityDebugLoggerFactoryAdapter() 공개 메소드

public UnityDebugLoggerFactoryAdapter ( LogLevel level, bool showLogName, bool showLogLevel, bool useUnityLogLevel ) : Common.Logging.Factory
level LogLevel
showLogName bool
showLogLevel bool
useUnityLogLevel bool
리턴 Common.Logging.Factory

UnityDebugLoggerFactoryAdapter() 공개 메소드

public UnityDebugLoggerFactoryAdapter ( NameValueCollection properties ) : Common.Logging.Factory
properties NameValueCollection
리턴 Common.Logging.Factory