Package | Description |
---|---|
com.oracle.bmc.logging.model |
Modifier and Type | Method and Description |
---|---|
static Log.LogType |
Log.LogType.create(String key) |
Log.LogType |
Log.getLogType()
The logType that the log object is for, whether custom or service.
|
static Log.LogType |
Log.LogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.LogType[] |
Log.LogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Log.Builder |
Log.Builder.logType(Log.LogType logType)
The logType that the log object is for, whether custom or service.
|
Constructor and Description |
---|
Log(String id,
String tenancyId,
String logGroupId,
String displayName,
Log.LogType logType,
Boolean isEnabled,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Configuration configuration,
LogLifecycleState lifecycleState,
Date timeCreated,
Date timeLastModified,
Integer retentionDuration,
String compartmentId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.