Documentation
¶
Index ¶
- Variables
- func Das(event string, fields *DasFields)
- func DasEmpty(event string)
- func Errorf(format string, a ...interface{}) (int, error)
- func Errorln(a ...interface{}) (int, error)
- func IfVicos(a ...interface{}) (int, error)
- func Printf(format string, a ...interface{}) (int, error)
- func Println(a ...interface{}) (int, error)
- type DasFields
Constants ¶
This section is empty.
Variables ¶
View Source
var Tag = "vic-cloud"
Tag is the log tag sent to __android_log_print on android builds
Functions ¶
Types ¶
type DasFields ¶
DasFields contains the data that can be associated with an event. An event can store... - up to 4 strings in the Strings member - up to 4 integers in the Ints member There is no requirement that these be filled, and each event can define the meaning of these data fields as it wishes.
func (*DasFields) SetInts ¶
SetInts fills the Ints member of this DasFields object with the supplied integers. Only up to 4 ints are copied.
func (*DasFields) SetStrings ¶
SetStrings fills the Strings member of this DasFields object with the supplied strings. Only up to 4 strings are copied.
Click to show internal directories.
Click to hide internal directories.