BuildMaster SDK Reference
Version:

ActionLogMessageDelegator Class

An object that allows external resources to write to an action's log.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Extensibility.Actions.ActionLogMessageDelegator

Syntax

public class ActionLogMessageDelegator

Methods

Name Description
Log(Inedo.Diagnostics.MessageLevel logLevel, string message)

Writes the specified message to the delegate log.

LogDebug(string message)

Logs the specified message to the delegate log with a Debug log level.

LogDebug(string messageFmt, object[] args)

Logs the specified message to the delegate log with a Debug log level.

LogError(string message)

Logs the specified message to the delegate log with an Error log level.

LogError(string messageFmt, object[] args)

Logs the specified message to the delegate log with an Error log level.

LogInformation(string message)

Logs the specified message to the delegate log with an Information log level.

LogInformation(string messageFmt, object[] args)

Logs the specified message to the delegate log with an Information log level.

LogWarning(string message)

Logs the specified message to the delegate log with a Warning log level.

LogWarning(string messageFmt, object[] args)

Logs the specified message to the Action's log with a Warning log level.