Skip to content

TokenHandler

@tsed/logger

Usage

typescript
import { TokenHandler } from "@tsed/logger/src/types/common/layouts/interfaces/BasicLayoutConfiguration";

See /packages/logger/src/types/common/layouts/interfaces/BasicLayoutConfiguration.ts.

Overview

ts
type TokenHandler = (loggingEvent: LogEvent) => string;

Released under the MIT License.