public interface DebugConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getDebugPrefix()
Get the debug prefix configuration
|
String |
getDebugSuffix()
Get the debug suffix configuration
Suffix is an empty string or contains a date format if the
rotation interval is enable (rotation interval > 0)
|
long |
getRotationFileSizeInByte()
get size rotation in byte
|
int |
getRotationInterval()
get rotation interval in minute
Rotation interval can't be <= 0
|
String getDebugPrefix()
String getDebugSuffix()
int getRotationInterval()
long getRotationFileSizeInByte()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.