public class DebugConfigurationFromProperties extends Object implements DebugConfiguration
Constructor and Description |
---|
DebugConfigurationFromProperties(String debugFilePropertiesPath)
initialize the properties
It will reset the current properties for every Debug instance
|
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 |
toString() |
public DebugConfigurationFromProperties(String debugFilePropertiesPath) throws InvalidDebugConfigurationException
debugFilePropertiesPath
- path to the debug configuration fileInvalidDebugConfigurationException
public String getDebugPrefix()
DebugConfiguration
getDebugPrefix
in interface DebugConfiguration
public String getDebugSuffix()
DebugConfiguration
getDebugSuffix
in interface DebugConfiguration
public int getRotationInterval()
DebugConfiguration
getRotationInterval
in interface DebugConfiguration
public long getRotationFileSizeInByte()
DebugConfiguration
getRotationFileSizeInByte
in interface DebugConfiguration
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.