Skip to content

InsightAppender

@tsed/logger-insight

Usage

typescript
import { InsightAppender } from "@tsed/logger-insight";

See /packages/insight/src/types/InsightAppender.ts.

Overview

ts
class InsightAppender extends BaseAppender {
    build(): void;
    write(loggingEvent: LogEvent): void;
}

build

ts
build(): void;

write

ts
write(loggingEvent: LogEvent): void;

Released under the MIT License.