| Package | Description |
|---|---|
| org.owasp.security.logging.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteIntervalProperty
Stores property key/value pairs and appends SI unit names to the value.
|
class |
DefaultIntervalProperty
Stores property key/value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
IntervalProperty[] |
DefaultIntervalLoggerModel.getProperties()
Return all properties.
|
IntervalProperty[] |
IntervalLoggerModel.getProperties()
Return all properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultIntervalLoggerModel.addProperty(IntervalProperty action)
Add a new property to be included when printing the status message.
|
void |
IntervalLoggerModel.addProperty(IntervalProperty action)
Add a new property to be included when printing the status message.
|
String |
IntervalLoggerView.formatStatusMessage(IntervalProperty[] p)
Format the message to be logged.
|
String |
DefaultIntervalLoggerView.formatStatusMessage(IntervalProperty[] properties)
Format the message to be logged.
|
void |
DefaultIntervalLoggerModel.removeProperty(IntervalProperty action)
Remove property from status messages.
|
void |
IntervalLoggerModel.removeProperty(IntervalProperty action)
Remove property from status messages.
|
Copyright © 2021. All rights reserved.