C# Class Wv.WvLog

Inheritance: WvStream
Show file Open project: apenwarr/versaplex Class Usage Examples

Public Properties

Property Type Description
recv WvLogRcv

Public Methods

Method 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

Method Description
levelstr ( L level ) : string

Method Details

WvLog() public method

public WvLog ( string name ) : System
name string
return System

WvLog() public method

public WvLog ( string name, L level ) : System
name string
level L
return System

print() public method

public print ( L level, object s ) : void
level L
s object
return void

print() public method

public print ( L level, string fmt ) : void
level L
fmt string
return void

print() public method

public print ( object o ) : void
o object
return void

split() public method

public split ( L level ) : WvLog
level L
return WvLog

write() public method

public write ( WvBytes b ) : int
b WvBytes
return int

Property Details

recv public static property

public static WvLogRcv,Wv recv
return WvLogRcv