Package tvi.webrtc

Class CallSessionFileRotatingLogSink


  • public class CallSessionFileRotatingLogSink
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CallSessionFileRotatingLogSink​(java.lang.String dirPath, int maxFileSize, tvi.webrtc.Logging.Severity severity)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      static byte[] getLogData​(java.lang.String dirPath)  
      • Methods inherited from class java.lang.Object

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

      • CallSessionFileRotatingLogSink

        public CallSessionFileRotatingLogSink​(java.lang.String dirPath,
                                              int maxFileSize,
                                              tvi.webrtc.Logging.Severity severity)
    • Method Detail

      • getLogData

        public static byte[] getLogData​(java.lang.String dirPath)
      • dispose

        public void dispose()