Class WriterLogProvider

java.lang.Object
com.fluxtion.ext.streaming.api.log.WriterLogProvider
All Implemented Interfaces:
LogService

public class WriterLogProvider
extends java.lang.Object
implements LogService
Simple writer implementation of LogService.
Author:
V12 Technology Ltd.
  • Constructor Summary

    Constructors 
    Constructor Description
    WriterLogProvider​(java.io.Writer writer)  
  • Method Summary

    Modifier and Type Method Description
    void debug​(java.lang.CharSequence msg)  
    void error​(java.lang.CharSequence msg)  
    void fatal​(java.lang.CharSequence msg)  
    void info​(java.lang.CharSequence msg)  
    WriterLogProvider logPrefix​(boolean logPrefix)  
    void trace​(java.lang.CharSequence msg)  
    void warn​(java.lang.CharSequence msg)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait