public interface LogAdministrator
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterLogControl(LogControl control)
De-registers (removes) a LogControl instance from the
administrator.
|
void |
registerLogControl(LogControl control)
Registers (adds) a LogControl instance to the administrator.
|
void registerLogControl(LogControl control)
control - The LogControl instance.void deregisterLogControl(LogControl control)
control - The LogControl instance to remove. Does nothing
if the control is not registered.Copyright © 2018. All Rights Reserved.