Methods
# log(entry) → {boolean}
This is the central log function. this method must be overwritten by derived handlers with their own logic.
ALL > TRACE > DEBUG > INFO > WARN > ERROR > FATAL > OFF (ALL = 0xff;OFF = 0x00;
Parameters:
Name | Type | Description |
---|---|---|
entry |
LogEntry |
Returns:
- Type
- boolean