Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove log4net #228

Merged
merged 1 commit into from
Jan 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/setup.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[[setup]]
== Get Started

include::./tab-widgets/code.asciidoc[]

[float]
[[setup-step-1]]
=== Step 1: Configure application logging
Expand All @@ -11,7 +9,6 @@ The following logging frameworks are supported:

* Serilog
* NLog
* log4net

[float]
==== Add the dependency
Expand Down
166 changes: 0 additions & 166 deletions docs/tab-widgets/code.asciidoc

This file was deleted.

18 changes: 0 additions & 18 deletions docs/tab-widgets/ecs-integration-widget.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
tabindex="-1">
NLog
</button>
<button role="tab"
aria-selected="false"
aria-controls="log4net-tab-ecs-integration"
id="log4net-ecs-integration"
tabindex="-1">
log4net
</button>
</div>
<div tabindex="0"
role="tabpanel"
Expand All @@ -41,17 +34,6 @@ include::ecs-integration.asciidoc[tag=serilog]

include::ecs-integration.asciidoc[tag=nlog]

++++
</div>
<div tabindex="0"
role="tabpanel"
id="log4net-tab-ecs-integration"
aria-labelledby="log4net-ecs-integration"
hidden="">
++++

include::ecs-integration.asciidoc[tag=log4net]

++++
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions docs/tab-widgets/ecs-integration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ information for an event
// end::nlog[]

// tag::log4net[]
// These docs are currently not included in the documentation.
// See this comment for details: https://github.com/elastic/sdh-apm/issues/759#issuecomment-1299789675.
// To readd these docs, update the widget to include them.

**log4net Layout**

`EcsLayout` is a `ILayout` implementation in Elastic.CommonSchema.Log4net that
Expand Down