BuildTimeLogger.Write<T1> Method (String, T1) |
Namespace: PostSharp.Extensibility.BuildTimeLogging
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public void Write<T1>( string format, T1 arg1 )
Parameters
- format
- Type: System.String
Message formatting string. - arg1
- Type: T1
Value of the 1-th parameter.
Type Parameters
- T1
- Type of the 1-th parameter.