Show / Hide Table of Contents

Class ApplicationLoggingConfig

Set logging configuration for an application. This is only used if Service Logs for the application are enabled in the OCI Logging service.

Inheritance
object
ApplicationLoggingConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top