Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Filter Interface Reference

List of all members.


Detailed Description

A Filter provides a mechanism for exercising fine-grained control over what records get logged.

Package Functions

boolean isLoggable (LogRecord record)
 Checks the LogRecord to determine if it should be logged.

Member Function Documentation

boolean isLoggable ( LogRecord  record  )  [package]

Checks the LogRecord to determine if it should be logged.

Parameters:
record The LogRecord to be checked.
Returns:
true if the supplied log record needs to be logged, otherwise false