Package com.yahoo.log

Class LogFileDb


  • public class LogFileDb
    extends java.lang.Object
    Author:
    arnej This class takes care of saving meta-data about a log-file, ensuring that we can enact policies about log retention.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogFileDb()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean nowLoggingTo​(java.lang.String filename)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogFileDb

        public LogFileDb()
    • Method Detail

      • nowLoggingTo

        public static boolean nowLoggingTo​(java.lang.String filename)