Summary
Indicates if a message will be written to the log file based on the
current log level and the level of the message.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- MsBuildLogger
Syntax
public bool ShouldLog(LogMessage message)
Parameters
| Name | Type | Description |
|---|---|---|
| message | LogMessage | The message. |
Return Value
| Type | Description |
|---|---|
| bool |
if the message will be logged; otherwise, .
|