Google.Cloud.Logging.Log4Net - Interface IJsonLayout (4.4.0)

public interface IJsonLayout

Reference documentation and code samples for the Google.Cloud.Logging.Log4Net interface IJsonLayout.

The equivalent to log4net.Layout.ILayout, but for converting a log4net.Core.LoggingEvent to a JSON payload in the form of a Struct.

Namespace

Google.Cloud.Logging.Log4Net

Assembly

Google.Cloud.Logging.Log4Net.dll

Methods

Format(LoggingEvent)

Struct Format(LoggingEvent loggingEvent)

Formats the given logging event as a JSON logging payload.

Parameter
Name Description
loggingEvent log4net.Core.LoggingEvent

The event to format. This will never be null.

Returns
Type Description
Struct

The JSON payload to log, or null to log a text payload instead.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.