Documentation ¶
Overview ¶
Package intlog provides internal logging for GF development usage only.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(v ...interface{})
Error prints <v> with newline using fmt.Println. The parameter <v> can be multiple variables.
func Errorf ¶
func Errorf(format string, v ...interface{})
Errorf prints <v> with format <format> using fmt.Printf.
func IsInGFDevelop ¶
func IsInGFDevelop() bool
IsInGFDevelop checks and returns whether current process is in GF development.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.