graph BT Type-->Base0["object"]
Type-.->Interface0["ILog"] click Interface0
"/api/GitVersion.Logging/ILog" Type["Log"] class Type
type-node
Syntax
public sealed class Log : ILog
Constructors
Properties
Methods
Extension Methods
Name |
Value |
Summary |
Debug(LogAction)
|
void |
|
Debug(string, object[])
|
void |
|
Debug(Verbosity, LogAction)
|
void |
|
Debug(Verbosity, string,
object[])
|
void |
|
DiagnosticVerbosity()
|
IDisposable |
|
Error(LogAction)
|
void |
|
Error(string, object[])
|
void |
|
Error(Verbosity, LogAction)
|
void |
|
Error(Verbosity, string,
object[])
|
void |
|
GetProperties()
|
IEnumerable<KeyValuePair<string,
string>>
|
|
Info(LogAction)
|
void |
|
Info(string, object[])
|
void |
|
Info(Verbosity, LogAction)
|
void |
|
Info(Verbosity, string,
object[])
|
void |
|
MinimalVerbosity()
|
IDisposable |
|
NormalVerbosity()
|
IDisposable |
|
NotNull<Log>(string)
|
T |
|
QuietVerbosity()
|
IDisposable |
|
Verbose(LogAction)
|
void |
|
Verbose(string, object[])
|
void |
|
Verbose(Verbosity, LogAction)
|
void |
|
Verbose(Verbosity, string,
object[])
|
void |
|
VerboseVerbosity()
|
IDisposable |
|
Warning(LogAction)
|
void |
|
Warning(string, object[])
|
void |
|
Warning(Verbosity, LogAction)
|
void |
|
Warning(Verbosity, string,
object[])
|
void |
|
Write(LogLevel, string,
object[])
|
void |
|