# Functions
Error prints <v> with newline using fmt.Println.
Errorf prints <v> with format <format> using fmt.Printf.
IsEnabled checks and returns whether current process is in GF development.
Print prints <v> with newline using fmt.Println.
Printf prints <v> with format <format> using fmt.Printf.
SetEnabled enables/disables the internal logging manually.