intlog

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2020 License: MIT Imports: 5 Imported by: 0

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.

func Print

func Print(v ...interface{})

Print prints <v> with newline using fmt.Println. The parameter <v> can be multiple variables.

func Printf

func Printf(format string, v ...interface{})

Printf prints <v> with format <format> using fmt.Printf. The parameter <v> can be multiple variables.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL