Write(Message)
Declaration
public static void Write(Message message)Parameters
| Type | Name | Description |
|---|---|---|
| Message | message |
Write(MessageLocation, SeverityType, string, string)
Declaration
public static void Write(MessageLocation messageLocation, SeverityType severity, string errorCode, string message)Parameters
| Type | Name | Description |
|---|---|---|
| MessageLocation | messageLocation | |
| SeverityType | severity | |
| string | errorCode | |
| string | message |
Write(MessageLocation, SeverityType, string, string, params object[])
Declaration
public static void Write(MessageLocation messageLocation, SeverityType severity, string errorCode, string format, params object[] arguments)Parameters
| Type | Name | Description |
|---|---|---|
| MessageLocation | messageLocation | |
| SeverityType | severity | |
| string | errorCode | |
| string | format | |
| object[] | arguments |
Write(MemberInfo, SeverityType, string, string, params object[])
Declaration
public static void Write(MemberInfo codeElement, SeverityType severity, string errorCode, string format, params object[] arguments)Parameters
| Type | Name | Description |
|---|---|---|
| MemberInfo | codeElement | |
| SeverityType | severity | |
| string | errorCode | |
| string | format | |
| object[] | arguments |
Write(Type, SeverityType, string, string, params object[])
Declaration
public static void Write(Type type, SeverityType severity, string errorCode, string format, params object[] arguments)Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | |
| SeverityType | severity | |
| string | errorCode | |
| string | format | |
| object[] | arguments |
Write(ParameterInfo, SeverityType, string, string, params object[])
Declaration
public static void Write(ParameterInfo codeElement, SeverityType severity, string errorCode, string format, params object[] arguments)Parameters
| Type | Name | Description |
|---|---|---|
| ParameterInfo | codeElement | |
| SeverityType | severity | |
| string | errorCode | |
| string | format | |
| object[] | arguments |
Write(Assembly, SeverityType, string, string, params object[])
Declaration
public static void Write(Assembly codeElement, SeverityType severity, string errorCode, string format, params object[] arguments)Parameters
| Type | Name | Description |
|---|---|---|
| Assembly | codeElement | |
| SeverityType | severity | |
| string | errorCode | |
| string | format | |
| object[] | arguments |
Write(LocationInfo, SeverityType, string, string, params object[])
Declaration
public static void Write(LocationInfo codeElement, SeverityType severity, string errorCode, string format, params object[] arguments)Parameters
| Type | Name | Description |
|---|---|---|
| LocationInfo | codeElement | |
| SeverityType | severity | |
| string | errorCode | |
| string | format | |
| object[] | arguments |