C# Class Amnesia.SerializableLog

Inheritance: ILog
Afficher le fichier Open project: vc3/Amnesia Class Usage Examples

Méthodes publiques

Méthode Description
CopyInto ( ILog other ) : void
SerializableLog ( ) : System
SerializableLog ( bool useRelativeTimestamps ) : System
Write ( string messageFormat ) : void

Method Details

CopyInto() public méthode

public CopyInto ( ILog other ) : void
other ILog
Résultat void

SerializableLog() public méthode

public SerializableLog ( ) : System
Résultat System

SerializableLog() public méthode

public SerializableLog ( bool useRelativeTimestamps ) : System
useRelativeTimestamps bool
Résultat System

Write() public méthode

public Write ( string messageFormat ) : void
messageFormat string
Résultat void