Standard logging capabilities
_, err := wapc.HostCall("tarmac", "logger", "error", []byte("This is the data that should be logged"))_, err := wapc.HostCall("tarmac", "logger", "warn", []byte("This is the data that should be logged"))_, err := wapc.HostCall("tarmac", "logger", "info", []byte("This is the data that should be logged"))_, err := wapc.HostCall("tarmac", "logger", "debug", []byte("This is the data that should be logged"))_, err := wapc.HostCall("tarmac", "logger", "trace", []byte("This is the data that should be logged"))