Summary
Represents the common settings for a logger.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["MSBuildLoggerSettings"]
class Type type-node
Derived0["MSBuildFileLoggerSettings"]-->Type
click Derived0 "/api/Cake.Common.Tools.DotNet.MSBuild/MSBuildFileLoggerSettings"
Syntax
public class MSBuildLoggerSettings
Properties
Name | Value | Summary |
---|---|---|
ConsoleColorType | M |
Gets or sets value that indicates the type of console color to use for all logging messages.
|
Disable |
bool |
Gets or sets a value indicating whether to disable the multiprocessor logging style of output when running in non-multiprocessor mode.
|
ForceNoAlign | bool |
Gets or sets a value indicating whether to not align the text to the size of the console buffer.
|
Hide |
bool |
Gets or sets a value indicating whether to hide the list of items and properties that would appear at the start of each project build if the verbosity level is set to diagnostic.
|
NoSummary | bool |
Gets or sets a value indicating whether to hide the error and warning summary at the end.
|
PerformanceSummary | bool |
Gets or sets a value indicating whether to show the time that’s spent in tasks, targets, and projects.
|
ShowCommandLine | bool |
Gets or sets a value indicating whether to show TaskCommandLineEvent messages.
|
ShowEventId | bool |
Gets or sets a value indicating whether to show the event Id for each started event, finished event, and message.
|
ShowTimestamp | bool |
Gets or sets a value indicating whether to show the timestamp as a prefix to any message.
|
SummaryOutputLevel | M |
Gets or sets value that indicates the level of summary output at the end for the logger.
|
Verbosity | DotNetVerbosity? |
Gets or sets a value that overrides the /verbosity setting for this logger.
|
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 Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues 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 |
From StringExtensions
Requires the Cake.Issues addin
|