OpenEdge.Logging.Format.AnonymizedTokenFormat
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ExecuteFilter (LogEvent) |
/** Performs implementation-specific filtering for a logger type using a set token pattern.
Note that if FIPS is enabled, some algorithms (such as MD5) may raise a runtime error.
@param LogEvent The current log event to filter */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| AnonymizedTokenFormat () |
/* Default constructor configured to use SHA-256 */
|
||
| AnonymizedTokenFormat (HashAlgorithmEnum) |
/* Constructor
@param HashAlgorithmEnum The algorithm to use to has token data */
|
||
| AnonymizedTokenFormat (HashAlgorithmEnum, character) |
/* Constructor
@param HashAlgorithmEnum The algorithm to use to has token data
@param character A CSV list of token to anonymise */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER AnonymizeTokens |
|
||
| OpenEdge.Core.HashAlgorithmEnum HashAlgorithm |
|
||
| CHARACTER Salt |
|
Method Detail
ExecuteFilter (LogEvent)
|
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor Detail
AnonymizedTokenFormat ()
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AnonymizedTokenFormat (HashAlgorithmEnum)
|
||||||||||||||||
AnonymizedTokenFormat (HashAlgorithmEnum, character)
|
||||||||||||||||
Property Detail
CHARACTER AnonymizeTokens
|
||||||||
|---|---|---|---|---|---|---|---|---|
OpenEdge.Core.HashAlgorithmEnum HashAlgorithm
|
||||||||
CHARACTER Salt
|
||||||||