LogActionEntry Delegate

Summary

Delegate representing lazy log entry.
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["LogActionEntry"] class Type type-node

Syntax

public delegate void LogActionEntry(string format, params object[] args) : 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<LogActionEntry>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<LogActionEntry>(LogActionEntry[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<LogActionEntry>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<LogActionEntry>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<LogActionEntry>(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<LogActionEntry>(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