BuildMaster SDK Reference
Version:
LogWithDetails(Inedo.Diagnostics.MessageLevel logLevel, string message, string details) Method
Writes the specified message to the corresponding log.
Syntax
public
void LogWithDetails(Inedo.Diagnostics.MessageLevel logLevel, string message, string details)
Parameters
- logLevel
- Type: Inedo.Diagnostics.MessageLevel
Log level of the message.
- message
- Type: string
Message to log.
- details
- Type: string
Log message details.