Skip to content

agent-plugin-logging / Exports

agent-plugin-logging

Table of contents

Classes

Interfaces

Type Aliases

Type Aliases

TLoggingStrategy

Ƭ TLoggingStrategy: "console" | "file" | "remote" | "silent"

Logging strategy types

Defined in

agent-plugin-logging/src/types.ts:4


TLogLevel

Ƭ TLogLevel: "debug" | "info" | "warn" | "error"

Log levels

Defined in

agent-plugin-logging/src/types.ts:9

Released under the MIT License.