Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 7ca91ad

Browse files
committed
remove test
1 parent 1c87bc7 commit 7ca91ad

File tree

2 files changed

+8
-45
lines changed

2 files changed

+8
-45
lines changed

docs/_includes/sections/appenders.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ <h3>Console</h3>
4343

4444
<h3>File</h3>
4545

46+
{% highlight typescript %}
47+
> npm i -D @log4js2/file-appender
48+
{% endhighlight %}
49+
4650
<p>
4751
This is a simple file appender that outputs logs to a single file. There is no consideration for file size, so it is
4852
wise to only utilize this appender when the process execution terminates after a set time period (e.g. not a http
@@ -63,6 +67,10 @@ <h3>File</h3>
6367

6468
<h3>Rolling File</h3>
6569

70+
{% highlight typescript %}
71+
> npm i -D @log4js2/file-appender
72+
{% endhighlight %}
73+
6674
<p>
6775
The rolling file appender allows for logs to be appended to a log file, to be split and backed up once the file
6876
reaches a certain size. The <code>filePattern</code> attribute can contain either <code>%d</code> tag for the log

src/appender/__tests__/rolling.file.appender.spec.ts

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)