C# Class Fan.Sys.LogLevel

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

Méthodes publiques

Свойство Type Description
m_debug LogLevel
m_err LogLevel
m_info LogLevel
m_silent LogLevel
m_vals List
m_warn LogLevel

Méthodes publiques

Méthode Description
@typeof ( ) : Type
fromStr ( string name ) : LogLevel
fromStr ( string name, bool check ) : LogLevel

Private Methods

Méthode Description
LogLevel ( int ord, string name )

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

fromStr() public static méthode

public static fromStr ( string name ) : LogLevel
name string
Résultat LogLevel

fromStr() public static méthode

public static fromStr ( string name, bool check ) : LogLevel
name string
check bool
Résultat LogLevel

Property Details

m_debug public_oe static_oe property

public static LogLevel,Fan.Sys m_debug
Résultat LogLevel

m_err public_oe static_oe property

public static LogLevel,Fan.Sys m_err
Résultat LogLevel

m_info public_oe static_oe property

public static LogLevel,Fan.Sys m_info
Résultat LogLevel

m_silent public_oe static_oe property

public static LogLevel,Fan.Sys m_silent
Résultat LogLevel

m_vals public_oe static_oe property

public static List,Fan.Sys m_vals
Résultat List

m_warn public_oe static_oe property

public static LogLevel,Fan.Sys m_warn
Résultat LogLevel