C# Class Fan.Sys.LogRec

LogRec.
Inheritance: FanObj
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
m_err Err
m_level LogLevel
m_logName string
m_msg string
m_time DateTime

Méthodes publiques

Méthode Description
@typeof ( ) : Type
make ( DateTime time, LogLevel level, string logName, string msg ) : LogRec
make ( DateTime time, LogLevel level, string logName, string msg, Err err ) : LogRec
make_ ( LogRec self, DateTime time, LogLevel level, string logName, string msg ) : void
make_ ( LogRec self, DateTime time, LogLevel level, string logName, string msg, Err err ) : void
print ( ) : void
print ( OutStream @out ) : void
toStr ( ) : string

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

make() public static méthode

public static make ( DateTime time, LogLevel level, string logName, string msg ) : LogRec
time DateTime
level LogLevel
logName string
msg string
Résultat LogRec

make() public static méthode

public static make ( DateTime time, LogLevel level, string logName, string msg, Err err ) : LogRec
time DateTime
level LogLevel
logName string
msg string
err Err
Résultat LogRec

make_() public static méthode

public static make_ ( LogRec self, DateTime time, LogLevel level, string logName, string msg ) : void
self LogRec
time DateTime
level LogLevel
logName string
msg string
Résultat void

make_() public static méthode

public static make_ ( LogRec self, DateTime time, LogLevel level, string logName, string msg, Err err ) : void
self LogRec
time DateTime
level LogLevel
logName string
msg string
err Err
Résultat void

print() public méthode

public print ( ) : void
Résultat void

print() public méthode

public print ( OutStream @out ) : void
@out OutStream
Résultat void

toStr() public méthode

public toStr ( ) : string
Résultat string

Property Details

m_err public_oe property

public Err,Fan.Sys m_err
Résultat Err

m_level public_oe property

public LogLevel,Fan.Sys m_level
Résultat LogLevel

m_logName public_oe property

public string m_logName
Résultat string

m_msg public_oe property

public string m_msg
Résultat string

m_time public_oe property

public DateTime,Fan.Sys m_time
Résultat DateTime