This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.XdtTransform.
Summary
Implementation of IXmlTransformationLogger that simply saves all entries.
- Assembly
- Cake
.XdtTransform .dll - Namespace
- Cake
.XdtTransform - Interfaces
-
- I
Xml Transformation Logger
- I
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IXmlTransformationLogger"]
Type["XdtTransformationLog"]
class Type type-node
Syntax
public class XdtTransformationLog : IXmlTransformationLogger
Constructors
| Name | Summary |
|---|---|
| XdtTransformationLog |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Error | Error |
String marker for entries containing errors.
static
|
| Exception | Exception |
String marker for entries containing exceptions.
static
|
| Message | Message |
String marker for entries containing messages.
static
|
| Section | Section |
String marker for entries entries containing section start'end information.
static
|
| Warning | Warning |
String marker for entries containing warnings.
static
|
Properties
| Name | Value | Summary |
|---|---|---|
| HasError | bool |
True if at least one entry was for an error.
|
| HasException | bool |
True if at least one entry was for an exception.
|
| HasWarning | bool |
True if at least one entry was for a warning.
|
| Log | List |
Log entries.
|
Methods
| Name | Value | Summary |
|---|---|---|
| EndSection |
void |
Logging interface implementation.
|
| EndSection |
void |
Logging interface implementation.
|
| LogError |
void |
Logging interface implementation.
|
| LogError |
void |
Logging interface implementation.
|
| LogError |
void |
Logging interface implementation.
|
| Log |
void |
Logging interface implementation.
|
| Log |
void |
Logging interface implementation.
|
| Log |
void |
Logging interface implementation.
|
| LogMessage |
void |
Logging interface implementation.
|
| LogMessage |
void |
Logging interface implementation.
|
| LogWarning |
void |
Logging interface implementation.
|
| LogWarning |
void |
Logging interface implementation.
|
| LogWarning |
void |
Logging interface implementation.
|
| StartSection |
void |
Logging interface implementation.
|
| StartSection |
void |
Logging interface implementation.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
| IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
| NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
