Modules
Goconsole
goconsole
- goconsole
GoConsolePrinter
NewGoConsolePrinter()
⇒GoConsolePrinter
(goconsole).GoConsolePrinter
GoConsolePrinter is a console printer for nuclei using gologger
Kind: inner class of goconsole
goConsolePrinter.Error(msg)
Error logs an error message
Kind: instance method of GoConsolePrinter
Param | Type | Description |
---|---|---|
msg | string | The message to log. |
Example
goConsolePrinter.Log(msg)
Log logs a message
Kind: instance method of GoConsolePrinter
Param | Type | Description |
---|---|---|
msg | string | The message to log. |
Example
goConsolePrinter.Warn(msg)
Warn logs a warning message
Kind: instance method of GoConsolePrinter
Param | Type | Description |
---|---|---|
msg | string | The message to log. |
Example
(goconsole).NewGoConsolePrinter() ⇒ GoConsolePrinter
NewGoConsolePrinter creates a new instance of GoConsolePrinter
Kind: inner method of goconsole
Returns: GoConsolePrinter
- - The new instance of GoConsolePrinter.
Example
Was this page helpful?