goconsole
- goconsole
GoConsolePrinter
NewGoConsolePrinter()
⇒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 goconsole
Returns:
GoConsolePrinter
- - The new instance of GoConsolePrinter.Example