C# Class NSoft.NFramework.Parallelism.ParallelismFixtureBase

显示文件 Open project: debop/NFramework

Protected Properties

Property Type Description
IsDebugEnabled bool
IsErrorEnabled bool
IsInfoEnabled bool
IsTraceEnabled bool
IsWarnEnabled bool
log NLog.Logger

Private Methods

Method Description
FixtureSetUp ( ) : void

Property Details

IsDebugEnabled protected_oe static_oe property

protected static bool IsDebugEnabled
return bool

IsErrorEnabled protected_oe static_oe property

protected static bool IsErrorEnabled
return bool

IsInfoEnabled protected_oe static_oe property

protected static bool IsInfoEnabled
return bool

IsTraceEnabled protected_oe static_oe property

protected static bool IsTraceEnabled
return bool

IsWarnEnabled protected_oe static_oe property

protected static bool IsWarnEnabled
return bool

log protected_oe static_oe property

protected static NLog.Logger log
return NLog.Logger