Skip to main content

goconsole

(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 Example

goConsolePrinter.Log(msg)

Log logs a message Kind: instance method of GoConsolePrinter Example

goConsolePrinter.Warn(msg)

Warn logs a warning message Kind: instance method of GoConsolePrinter Example

(goconsole).NewGoConsolePrinter() ⇒ GoConsolePrinter

NewGoConsolePrinter creates a new instance of GoConsolePrinter Kind: inner method of goconsole
Returns: GoConsolePrinter - - The new instance of GoConsolePrinter.
Example