BuildMaster SDK Reference
Version:
Log(Inedo.Diagnostics.MessageLevel logLevel, string message) Method
Writes the specified message to the action's log.
Syntax
protected
void Log(Inedo.Diagnostics.MessageLevel logLevel, string message)
Parameters
- logLevel
- Type: Inedo.Diagnostics.MessageLevel
Log level of the message.
- message
- Type: string
Message to log.