
Author: ceki Date: Mon Aug 3 15:28:59 2009 New Revision: 2406 Modified: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/rolling/helper/SDFToken.java Log: ongoing work Modified: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/rolling/helper/SDFToken.java ============================================================================== --- logback/trunk/logback-core/src/main/java/ch/qos/logback/core/rolling/helper/SDFToken.java (original) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/rolling/helper/SDFToken.java Mon Aug 3 15:28:59 2009 @@ -1,5 +1,11 @@ /** + * Logback: the generic, reliable, fast and flexible logging framework. * + * Copyright (C) 2000-2009, 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.core.rolling.helper; @@ -15,4 +21,11 @@ void inc() { occurrences++; } + + String toRegex() { + switch(c) { + case 'G': + return null; + } + } } \ No newline at end of file