C# Class hds.Output

Afficher le fichier Open project: hdneo/mxo-hd Class Usage Examples

Méthodes publiques

Méthode Description
AppendToFile ( string text ) : void
OptWriteLine ( Object obj ) : void
Output ( ) : System
Write ( Object obj ) : void
WriteDebugLog ( Object obj ) : void
WriteLine ( Object obj ) : void
WritePacketLog ( Object obj, string type, string pss, string cseq, string sseq ) : void
WriteRpcLog ( Object obj ) : void
WriteTxtFile ( string text ) : void
writeToLogFile ( string text ) : void
writeToLogForConsole ( Object obj ) : void

Method Details

AppendToFile() public static méthode

public static AppendToFile ( string text ) : void
text string
Résultat void

OptWriteLine() public static méthode

public static OptWriteLine ( Object obj ) : void
obj Object
Résultat void

Output() public méthode

public Output ( ) : System
Résultat System

Write() public static méthode

public static Write ( Object obj ) : void
obj Object
Résultat void

WriteDebugLog() public static méthode

public static WriteDebugLog ( Object obj ) : void
obj Object
Résultat void

WriteLine() public static méthode

public static WriteLine ( Object obj ) : void
obj Object
Résultat void

WritePacketLog() public static méthode

public static WritePacketLog ( Object obj, string type, string pss, string cseq, string sseq ) : void
obj Object
type string
pss string
cseq string
sseq string
Résultat void

WriteRpcLog() public static méthode

public static WriteRpcLog ( Object obj ) : void
obj Object
Résultat void

WriteTxtFile() public static méthode

public static WriteTxtFile ( string text ) : void
text string
Résultat void

writeToLogFile() public static méthode

public static writeToLogFile ( string text ) : void
text string
Résultat void

writeToLogForConsole() public static méthode

public static writeToLogForConsole ( Object obj ) : void
obj Object
Résultat void