Interface: Logger#
Common.Logger
Copyright (c) OpenLens Authors. All rights reserved. Licensed under MIT License. See LICENSE in root directory for more information.
Table of contents#
Properties#
Properties#
debug#
• debug: (message: string, ...args: any) => void
Type declaration#
▸ (message, ...args): void
Parameters#
| Name | Type |
|---|---|
message |
string |
...args |
any |
Returns#
void
error#
• error: (message: string, ...args: any) => void
Type declaration#
▸ (message, ...args): void
Parameters#
| Name | Type |
|---|---|
message |
string |
...args |
any |
Returns#
void
info#
• info: (message: string, ...args: any) => void
Type declaration#
▸ (message, ...args): void
Parameters#
| Name | Type |
|---|---|
message |
string |
...args |
any |
Returns#
void
silly#
• silly: (message: string, ...args: any) => void
Type declaration#
▸ (message, ...args): void
Parameters#
| Name | Type |
|---|---|
message |
string |
...args |
any |
Returns#
void
warn#
• warn: (message: string, ...args: any) => void
Type declaration#
▸ (message, ...args): void
Parameters#
| Name | Type |
|---|---|
message |
string |
...args |
any |
Returns#
void