Goconsole.GoConsolePrinter
Class: GoConsolePrinter
goconsole.GoConsolePrinter
Table of contents
Constructors
Methods
Constructors
constructor
• new GoConsolePrinter(): GoConsolePrinter
Returns
Defined in
goconsole.ts:18
Methods
Error
▸ Error(msg
): void
Error Method
Parameters
Name | Type |
---|---|
msg | string |
Returns
void
Defined in
goconsole.ts:38
Log
▸ Log(msg
): void
Log Method
Parameters
Name | Type |
---|---|
msg | string |
Returns
void
Defined in
goconsole.ts:22
Warn
▸ Warn(msg
): void
Warn Method
Parameters
Name | Type |
---|---|
msg | string |
Returns
void
Defined in
goconsole.ts:30
Was this page helpful?