1 out of 2 rated this helpful - Rate this topic

ShouldLog Method

Queries whether a LogEntry shold be logged.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)
public abstract bool ShouldLog(
	LogEntry log
)

Parameters

log
Type: Microsoft.Practices.EnterpriseLibrary.Logging..::.LogEntry
The log entry to check.

Return Value

true if the entry should be logged.
Did you find this helpful?
(1500 characters remaining)