package main import ( "log" ) func (c *vpnSession) Log() error { //TODO get asname & shit log.Println(c) return nil }