Interface LogChannel
public interface LogChannel
Generated by: JavaInterface
-
Method Summary
Modifier and TypeMethodDescriptionThe log channel pathThe various log levelsWhether or not a log type is enabledgetType()Types of logs for the log channelvoidsetChannel(String val) voidsetConfiguration(String val) voidvoid
-
Method Details
-
getChannel
String getChannel()The log channel path- Returns:
- String
- Since:
- ARI_1_9_0
-
getType
String getType()Types of logs for the log channel- Returns:
- String
- Since:
- ARI_1_9_0
-
setChannel
- Parameters:
val- The log channel path- Since:
- ARI_1_9_0
-
setConfiguration
- Parameters:
val- The various log levels- Since:
- ARI_1_9_0
-
setType
- Parameters:
val- Types of logs for the log channel- Since:
- ARI_1_9_0
-
getStatus
String getStatus()Whether or not a log type is enabled- Returns:
- String
- Since:
- ARI_1_9_0
-
getConfiguration
String getConfiguration()The various log levels- Returns:
- String
- Since:
- ARI_1_9_0
-
setStatus
- Parameters:
val- Whether or not a log type is enabled- Since:
- ARI_1_9_0
-