Table of Contents

Interface IFilter

Namespace
Java.Util.Logging
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/logging/Filter.html

public interface IFilter
Extension Methods

Methods

IsLoggable(LogRecord)

bool IsLoggable(LogRecord arg0)

Parameters

arg0 LogRecord

LogRecord

Returns

bool

bool