Message.Write Method (LocationInfo, SeverityType, String, String, Object[]) |
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
public static void Write( LocationInfo codeElement, SeverityType severity, string errorCode, string format, params Object[] arguments )
Parameters
- codeElement
- Type: PostSharp.Reflection.LocationInfo
Element of code to which the message applies. - severity
- Type: PostSharp.Extensibility.SeverityType
Severity. - errorCode
- Type: System.String
Error code. - format
- Type: System.String
Error message formatting string. - arguments
- Type: System.Object[]
Formatting string arguments.