C# Class Fan.Sys.LogRec

LogRec.
Inheritance: FanObj
Datei anzeigen Open project: xored/f4 Class Usage Examples

Public Properties

Property Type Description
m_err Err
m_level LogLevel
m_logName string
m_msg string
m_time DateTime

Public Methods

Method 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 method

public @typeof ( ) : Type
return Type

make() public static method

public static make ( DateTime time, LogLevel level, string logName, string msg ) : LogRec
time DateTime
level LogLevel
logName string
msg string
return LogRec

make() public static method

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

make_() public static method

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

make_() public static method

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
return void

print() public method

public print ( ) : void
return void

print() public method

public print ( OutStream @out ) : void
@out OutStream
return void

toStr() public method

public toStr ( ) : string
return string

Property Details

m_err public_oe property

public Err,Fan.Sys m_err
return Err

m_level public_oe property

public LogLevel,Fan.Sys m_level
return LogLevel

m_logName public_oe property

public string m_logName
return string

m_msg public_oe property

public string m_msg
return string

m_time public_oe property

public DateTime,Fan.Sys m_time
return DateTime