1 package org.kite9.framework.logging; 2 3 public interface Logable { 4 5 public String getPrefix(); 6 7 public boolean isLoggingEnabled(); 8 9 }