C# Class TeaseAI_CE.Scripting.LogTimed

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

Public Properties

Property Type Description
EndMessage string

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LogTimed() public method

public LogTimed ( Logger log, string startMessage, string endMessage = null ) : System
log Logger
startMessage string
endMessage string
return System

Property Details

EndMessage public property

public string EndMessage
return string