6364656667686970717273
transport.close(); } public int log(String category, String message) { try { scribe.Log(Collections.singletonList(new LogEntry(category, message))); return 1; } catch (TException e) { e.printStackTrace(); return 0; }