Class OracleCloudJsonFormatter

  • All Implemented Interfaces:
    ch.qos.logback.contrib.json.JsonFormatter

    @Internal
    public final class OracleCloudJsonFormatter
    extends java.lang.Object
    implements ch.qos.logback.contrib.json.JsonFormatter
    OracleCloudJsonFormatter implementation of the JsonFormatter.
    Since:
    2.2.0
    Author:
    Nemanja Mikic
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toJsonString​(java.util.Map m)  
      • Methods inherited from class java.lang.Object

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

      • OracleCloudJsonFormatter

        public OracleCloudJsonFormatter()
    • Method Detail

      • toJsonString

        public java.lang.String toJsonString​(java.util.Map m)
                                      throws java.io.IOException
        Specified by:
        toJsonString in interface ch.qos.logback.contrib.json.JsonFormatter
        Throws:
        java.io.IOException