Skip to content

Layouts

@tsed/logger

Usage

typescript
import { Layouts } from "@tsed/logger";

See /packages/logger/src/types/common/layouts/class/Layouts.ts.

Overview

ts
class Layouts {
    static get(name: string | any, config: BasicLayoutConfiguration): BaseLayout;
}

static get

ts
static get(name: string | any, config: BasicLayoutConfiguration): BaseLayout;

Released under the MIT License.