Skip to content

Commit

Permalink
docs: remove log4net (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Jan 9, 2023
1 parent 3f371c8 commit 5e1c9f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 187 deletions.
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

0 comments on commit 5e1c9f0

Please sign in to comment.