C# Class TeaseAI_CE.Scripting.LogTimed

Logs start message on creation, then end message with the elapsed time on dispose.
Inheritance: IDisposable
Afficher le fichier Open project: TeaseAI/TeaseAI-CE

Méthodes publiques

Свойство Type Description
EndMessage string

Méthodes publiques

Méthode Description
Dispose ( ) : void
LogTimed ( Logger log, string startMessage, string endMessage = null ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LogTimed() public méthode

public LogTimed ( Logger log, string startMessage, string endMessage = null ) : System
log Logger
startMessage string
endMessage string
Résultat System

Property Details

EndMessage public_oe property

public string EndMessage
Résultat string