C# Class Fan.Sys.LogLevel

LogLevel provides a set of discrete levels used to customize logging.
Inheritance: Enum
Datei anzeigen Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_debug LogLevel
m_err LogLevel
m_info LogLevel
m_silent LogLevel
m_vals List
m_warn LogLevel

Public Methods

Method Description
@typeof ( ) : Type
fromStr ( string name ) : LogLevel
fromStr ( string name, bool check ) : LogLevel

Private Methods

Method Description
LogLevel ( int ord, string name )

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

fromStr() public static method

public static fromStr ( string name ) : LogLevel
name string
return LogLevel

fromStr() public static method

public static fromStr ( string name, bool check ) : LogLevel
name string
check bool
return LogLevel

Property Details

m_debug public_oe static_oe property

public static LogLevel,Fan.Sys m_debug
return LogLevel

m_err public_oe static_oe property

public static LogLevel,Fan.Sys m_err
return LogLevel

m_info public_oe static_oe property

public static LogLevel,Fan.Sys m_info
return LogLevel

m_silent public_oe static_oe property

public static LogLevel,Fan.Sys m_silent
return LogLevel

m_vals public_oe static_oe property

public static List,Fan.Sys m_vals
return List

m_warn public_oe static_oe property

public static LogLevel,Fan.Sys m_warn
return LogLevel