Message.Write Method (Type, SeverityType, String, String, Object[]) |
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
public static void Write( Type type, SeverityType severity, string errorCode, string format, params Object[] arguments )
Parameters
- type
- Type: System.Type
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.