LogAction Delegate

Summary

Delegate representing lazy log action.
Namespace
Cake.Core.Diagnostics
Interfaces
  • ICloneable
  • ISerializable
Base Types
  • object
  • Delegate
  • MulticastDelegate
graph BT Type-->Base0["MulticastDelegate"] Base0-->Base1["Delegate"] Base1-->Base2["object"] Type-.->Interface0["ICloneable"] Type-.->Interface1["ISerializable"] Type["LogAction"] class Type type-node

Syntax

public delegate void LogAction(LogActionEntry actionEntry) : MulticastDelegate, ICloneable, 
    ISerializable

Operators

Name Value Summary
operator !=(Delegate, Delegate) bool
Inherited from Delegate
operator !=(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate
operator ==(Delegate, Delegate) bool
Inherited from Delegate
operator ==(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate

Extension Methods

Name Value Summary
Dump<LogAction>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<LogAction>(LogAction[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<LogAction>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<LogAction>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<LogAction>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<LogAction>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin