LoggingExtensions Class

Assembly
Rocket.Surgery.Nuke.dll
Namespace
Rocket.Surgery.Nuke
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["LoggingExtensions"] class Type type-node

Syntax

public static class LoggingExtensions

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Methods

Name Value Summary
Debug(string, object[]) void
static
Debug(string) void
static
EnvironmentVariable(string) string
static
Error(string, object[]) void
static
Error(string) void
static
Information(string, object[]) void
static
Information(string) void
static
Log(string) void
static
Warning(string, object[]) void
static
Warning(string) void
static