Logger.Write Method (LogLevel, String) |
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
public void Write( LogLevel level, string text )
Parameters
- level
- Type: PostSharp.Patterns.Diagnostics.LogLevel
The severity of the record (e.g. Info or Warning). - text
- Type: System.String
The text of the log record.