Documentation Index
Fetch the complete documentation index at: https://projectdiscovery-subfinder-reference-blog.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
goconsole
- goconsole
GoConsolePrinterNewGoConsolePrinter()⇒GoConsolePrinter
(goconsole).GoConsolePrinter
GoConsolePrinter is a console printer for nuclei using gologger Kind: inner class ofgoconsole
goConsolePrinter.Error(msg)
Error logs an error message Kind: instance method ofGoConsolePrinter
| Param | Type | Description |
|---|---|---|
| msg | string | The message to log. |
goConsolePrinter.Log(msg)
Log logs a message Kind: instance method ofGoConsolePrinter
| Param | Type | Description |
|---|---|---|
| msg | string | The message to log. |
goConsolePrinter.Warn(msg)
Warn logs a warning message Kind: instance method ofGoConsolePrinter
| Param | Type | Description |
|---|---|---|
| msg | string | The message to log. |
(goconsole).NewGoConsolePrinter() ⇒ GoConsolePrinter
NewGoConsolePrinter creates a new instance of GoConsolePrinter
Kind: inner method of goconsoleReturns:
GoConsolePrinter - - The new instance of GoConsolePrinter.Example