public class DefaultDebugConfiguration extends Object implements 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)
|
static DefaultDebugConfiguration |
getInstance()
Get the default debug configuration
|
long |
getRotationFileSizeInByte()
get size rotation in byte
|
int |
getRotationInterval()
get rotation interval in minute
Rotation interval can't be <= 0
|
public static DefaultDebugConfiguration getInstance()
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.