Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Logger

import type { Logger } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";

Information about a logger

interface Logger {
Component: LoggerComponent;
Id: string;
Level: LoggerLevel;
Space?: number | null;
Type: LoggerType;
}

§Properties

§

The component that will be subject to logging.

§
Id: string
[src]

A descriptive or arbitrary ID for the logger. This value must be unique within the logger definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.

§

The level of the logs.

§
Space?: number | null
[src]

The amount of file space, in KB, to use if the local file system is used for logging purposes.

§

The type of log output which will be used.