Class ApplicationLoggingConfig
Note: Deprecated. Use the new resource model APIs instead. Set logging configuration for an application. This is only used if Service Logs for the application are enabled in the OCI Logging service.
Inherited Members
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class ApplicationLoggingConfig
Properties
LineFormat
Declaration
[JsonProperty(PropertyName = "lineFormat")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ApplicationLoggingConfig.LineFormatEnum? LineFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| ApplicationLoggingConfig.LineFormatEnum? | Specify the format of log lines emitted by functions in this application. |