C# Class Wv.WvLog

Inheritance: WvStream
Afficher le fichier Open project: apenwarr/versaplex Class Usage Examples

Méthodes publiques

Свойство Type Description
recv WvLogRcv

Méthodes publiques

Méthode Description
WvLog ( string name ) : System
WvLog ( string name, L level ) : System
print ( L level, object s ) : void
print ( L level, string fmt ) : void
print ( object o ) : void
split ( L level ) : WvLog
write ( WvBytes b ) : int

Private Methods

Méthode Description
levelstr ( L level ) : string

Method Details

WvLog() public méthode

public WvLog ( string name ) : System
name string
Résultat System

WvLog() public méthode

public WvLog ( string name, L level ) : System
name string
level L
Résultat System

print() public méthode

public print ( L level, object s ) : void
level L
s object
Résultat void

print() public méthode

public print ( L level, string fmt ) : void
level L
fmt string
Résultat void

print() public méthode

public print ( object o ) : void
o object
Résultat void

split() public méthode

public split ( L level ) : WvLog
level L
Résultat WvLog

write() public méthode

public write ( WvBytes b ) : int
b WvBytes
Résultat int

Property Details

recv public_oe static_oe property

public static WvLogRcv,Wv recv
Résultat WvLogRcv