[logback-dev] svn commit: r1530 - logback/trunk/logback-classic/src/test/java/ch/qos/logback/classic

noreply.ceki at qos.ch noreply.ceki at qos.ch
Mon May 7 18:23:18 CEST 2007


Author: ceki
Date: Mon May  7 18:23:18 2007
New Revision: 1530

Added:
   logback/trunk/logback-classic/src/test/java/ch/qos/logback/classic/Contants4T.java

Log:
na

Added: logback/trunk/logback-classic/src/test/java/ch/qos/logback/classic/Contants4T.java
==============================================================================
--- (empty file)
+++ logback/trunk/logback-classic/src/test/java/ch/qos/logback/classic/Contants4T.java	Mon May  7 18:23:18 2007
@@ -0,0 +1,15 @@
+/**
+ * LOGBack: the reliable, fast and flexible logging library for Java.
+ *
+ * Copyright (C) 1999-2006, QOS.ch
+ *
+ * This library is free software, you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation.
+ */
+package ch.qos.logback.classic;
+
+public class Contants4T {
+
+  final static public String ISO_REGEX =  "\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2},\\d{3}";
+}



More information about the logback-dev mailing list