Class LoggerSingleton


  • public class LoggerSingleton
    extends java.lang.Object
    Logger for use by all of ffmpeg-java.
    Author:
    Ken Larson
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.logging.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerSingleton()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • logger

        public static final java.util.logging.Logger logger
    • Constructor Detail

      • LoggerSingleton

        public LoggerSingleton()