@FunctionalInterface public interface ILogger
Clients may provide their own implementation to change how errors are logged from within JFace Data Binding.
Policy.getLog(),
Policy.setLog(ILogger)| Modifier and Type | Method and Description |
|---|---|
void |
log(IStatus status)
Logs the given status.
|
void log(IStatus status)
status - the status to log
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.