summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/LogInfo.java
diff options
context:
space:
mode:
authorsjtufs <sjtu_fs@outlook.com>2013-08-30 22:33:16 +0800
committersjtufs <sjtu_fs@outlook.com>2013-08-30 22:33:16 +0800
commit6f38860cd5907501d90eb5518ac42978d7dec834 (patch)
tree6c461b109242e8c0bb59d1f1a1a0373261e8d88a /client/Piztor/src/com/macaroon/piztor/LogInfo.java
parent04cd785f24d779996df8672938372467af6c9a82 (diff)
update
Diffstat (limited to 'client/Piztor/src/com/macaroon/piztor/LogInfo.java')
-rw-r--r--client/Piztor/src/com/macaroon/piztor/LogInfo.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/Piztor/src/com/macaroon/piztor/LogInfo.java b/client/Piztor/src/com/macaroon/piztor/LogInfo.java
new file mode 100644
index 0000000..2fd93ac
--- /dev/null
+++ b/client/Piztor/src/com/macaroon/piztor/LogInfo.java
@@ -0,0 +1,12 @@
+package com.macaroon.piztor;
+
+public class LogInfo {
+ static String login = "login";
+ static String logout = "logout";
+ static String update = "update";
+ static String resquest = "resquest";
+ static String push = "push";
+ static String exception = "exception";
+ static String s = "successfull";
+ static String f = "failed";
+}