Advertisement
ggregory

Log4j 2.0 Even JSON example all camelCase

May 14th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "timeMillis": 1,
  3.   "thread": "MyThreadName",
  4.   "level": "DEBUG",
  5.   "loggerName": "a.B",
  6.   "marker": {
  7.     "name": "Marker1",
  8.     "parents": [{
  9.       "name": "ParentMarker1",
  10.       "parents": [{
  11.         "name": "GrandMotherMarker"
  12.       }, {
  13.         "name": "GrandFatherMarker"
  14.       }]
  15.     }, {
  16.       "name": "GrandFatherMarker"
  17.     }]
  18.   },
  19.   "message": "Msg",
  20.   "thrown": {
  21.     "cause": {
  22.       "commonElementCount": 27,
  23.       "extendedStackTrace": [{
  24.         "class": "org.apache.logging.log4j.core.layout.LogEventFixtures",
  25.         "method": "createLogEvent",
  26.         "file": "LogEventFixtures.java",
  27.         "line": 53,
  28.         "exact": false,
  29.         "location": "test-classes/",
  30.         "version": "?"
  31.       }],
  32.       "localizedMessage": "testNPEx",
  33.       "message": "testNPEx",
  34.       "name": "java.lang.NullPointerException"
  35.     },
  36.     "commonElementCount": 0,
  37.     "extendedStackTrace": [{
  38.       "class": "org.apache.logging.log4j.core.layout.LogEventFixtures",
  39.       "method": "createLogEvent",
  40.       "file": "LogEventFixtures.java",
  41.       "line": 56,
  42.       "exact": true,
  43.       "location": "test-classes/",
  44.       "version": "?"
  45.     }, {
  46.       "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  47.       "method": "testAllFeatures",
  48.       "file": "JSONLayoutTest.java",
  49.       "line": 105,
  50.       "exact": true,
  51.       "location": "test-classes/",
  52.       "version": "?"
  53.     }, {
  54.       "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  55.       "method": "testLocationOnCompactOnMdcOn",
  56.       "file": "JSONLayoutTest.java",
  57.       "line": 269,
  58.       "exact": true,
  59.       "location": "test-classes/",
  60.       "version": "?"
  61.     }, {
  62.       "class": "sun.reflect.NativeMethodAccessorImpl",
  63.       "method": "invoke",
  64.       "line": -1,
  65.       "exact": false,
  66.       "location": "?",
  67.       "version": "1.7.0_55"
  68.     }, {
  69.       "class": "sun.reflect.NativeMethodAccessorImpl",
  70.       "method": "invoke",
  71.       "line": -1,
  72.       "exact": false,
  73.       "location": "?",
  74.       "version": "1.7.0_55"
  75.     }, {
  76.       "class": "sun.reflect.DelegatingMethodAccessorImpl",
  77.       "method": "invoke",
  78.       "line": -1,
  79.       "exact": false,
  80.       "location": "?",
  81.       "version": "1.7.0_55"
  82.     }, {
  83.       "class": "java.lang.reflect.Method",
  84.       "method": "invoke",
  85.       "line": -1,
  86.       "exact": false,
  87.       "location": "?",
  88.       "version": "1.7.0_55"
  89.     }, {
  90.       "class": "org.junit.runners.model.FrameworkMethod$1",
  91.       "method": "runReflectiveCall",
  92.       "file": "FrameworkMethod.java",
  93.       "line": 47,
  94.       "exact": true,
  95.       "location": "junit-4.11.jar",
  96.       "version": "?"
  97.     }, {
  98.       "class": "org.junit.internal.runners.model.ReflectiveCallable",
  99.       "method": "run",
  100.       "file": "ReflectiveCallable.java",
  101.       "line": 12,
  102.       "exact": true,
  103.       "location": "junit-4.11.jar",
  104.       "version": "?"
  105.     }, {
  106.       "class": "org.junit.runners.model.FrameworkMethod",
  107.       "method": "invokeExplosively",
  108.       "file": "FrameworkMethod.java",
  109.       "line": 44,
  110.       "exact": true,
  111.       "location": "junit-4.11.jar",
  112.       "version": "?"
  113.     }, {
  114.       "class": "org.junit.internal.runners.statements.InvokeMethod",
  115.       "method": "evaluate",
  116.       "file": "InvokeMethod.java",
  117.       "line": 17,
  118.       "exact": true,
  119.       "location": "junit-4.11.jar",
  120.       "version": "?"
  121.     }, {
  122.       "class": "org.junit.runners.ParentRunner",
  123.       "method": "runLeaf",
  124.       "file": "ParentRunner.java",
  125.       "line": 271,
  126.       "exact": true,
  127.       "location": "junit-4.11.jar",
  128.       "version": "?"
  129.     }, {
  130.       "class": "org.junit.runners.BlockJUnit4ClassRunner",
  131.       "method": "runChild",
  132.       "file": "BlockJUnit4ClassRunner.java",
  133.       "line": 70,
  134.       "exact": true,
  135.       "location": "junit-4.11.jar",
  136.       "version": "?"
  137.     }, {
  138.       "class": "org.junit.runners.BlockJUnit4ClassRunner",
  139.       "method": "runChild",
  140.       "file": "BlockJUnit4ClassRunner.java",
  141.       "line": 50,
  142.       "exact": true,
  143.       "location": "junit-4.11.jar",
  144.       "version": "?"
  145.     }, {
  146.       "class": "org.junit.runners.ParentRunner$3",
  147.       "method": "run",
  148.       "file": "ParentRunner.java",
  149.       "line": 238,
  150.       "exact": true,
  151.       "location": "junit-4.11.jar",
  152.       "version": "?"
  153.     }, {
  154.       "class": "org.junit.runners.ParentRunner$1",
  155.       "method": "schedule",
  156.       "file": "ParentRunner.java",
  157.       "line": 63,
  158.       "exact": true,
  159.       "location": "junit-4.11.jar",
  160.       "version": "?"
  161.     }, {
  162.       "class": "org.junit.runners.ParentRunner",
  163.       "method": "runChildren",
  164.       "file": "ParentRunner.java",
  165.       "line": 236,
  166.       "exact": true,
  167.       "location": "junit-4.11.jar",
  168.       "version": "?"
  169.     }, {
  170.       "class": "org.junit.runners.ParentRunner",
  171.       "method": "access$000",
  172.       "file": "ParentRunner.java",
  173.       "line": 53,
  174.       "exact": true,
  175.       "location": "junit-4.11.jar",
  176.       "version": "?"
  177.     }, {
  178.       "class": "org.junit.runners.ParentRunner$2",
  179.       "method": "evaluate",
  180.       "file": "ParentRunner.java",
  181.       "line": 229,
  182.       "exact": true,
  183.       "location": "junit-4.11.jar",
  184.       "version": "?"
  185.     }, {
  186.       "class": "org.junit.internal.runners.statements.RunBefores",
  187.       "method": "evaluate",
  188.       "file": "RunBefores.java",
  189.       "line": 26,
  190.       "exact": true,
  191.       "location": "junit-4.11.jar",
  192.       "version": "?"
  193.     }, {
  194.       "class": "org.junit.internal.runners.statements.RunAfters",
  195.       "method": "evaluate",
  196.       "file": "RunAfters.java",
  197.       "line": 27,
  198.       "exact": true,
  199.       "location": "junit-4.11.jar",
  200.       "version": "?"
  201.     }, {
  202.       "class": "org.junit.runners.ParentRunner",
  203.       "method": "run",
  204.       "file": "ParentRunner.java",
  205.       "line": 309,
  206.       "exact": true,
  207.       "location": "junit-4.11.jar",
  208.       "version": "?"
  209.     }, {
  210.       "class": "org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference",
  211.       "method": "run",
  212.       "file": "JUnit4TestReference.java",
  213.       "line": 50,
  214.       "exact": true,
  215.       "location": ".cp/",
  216.       "version": "?"
  217.     }, {
  218.       "class": "org.eclipse.jdt.internal.junit.runner.TestExecution",
  219.       "method": "run",
  220.       "file": "TestExecution.java",
  221.       "line": 38,
  222.       "exact": true,
  223.       "location": ".cp/",
  224.       "version": "?"
  225.     }, {
  226.       "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  227.       "method": "runTests",
  228.       "file": "RemoteTestRunner.java",
  229.       "line": 467,
  230.       "exact": true,
  231.       "location": ".cp/",
  232.       "version": "?"
  233.     }, {
  234.       "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  235.       "method": "runTests",
  236.       "file": "RemoteTestRunner.java",
  237.       "line": 683,
  238.       "exact": true,
  239.       "location": ".cp/",
  240.       "version": "?"
  241.     }, {
  242.       "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  243.       "method": "run",
  244.       "file": "RemoteTestRunner.java",
  245.       "line": 390,
  246.       "exact": true,
  247.       "location": ".cp/",
  248.       "version": "?"
  249.     }, {
  250.       "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  251.       "method": "main",
  252.       "file": "RemoteTestRunner.java",
  253.       "line": 197,
  254.       "exact": true,
  255.       "location": ".cp/",
  256.       "version": "?"
  257.     }],
  258.     "localizedMessage": "testIOEx",
  259.     "message": "testIOEx",
  260.     "name": "java.io.IOException",
  261.     "suppressed": [{
  262.       "commonElementCount": 0,
  263.       "extendedStackTrace": [{
  264.         "class": "org.apache.logging.log4j.core.layout.LogEventFixtures",
  265.         "method": "createLogEvent",
  266.         "file": "LogEventFixtures.java",
  267.         "line": 57,
  268.         "exact": true,
  269.         "location": "test-classes/",
  270.         "version": "?"
  271.       }, {
  272.         "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  273.         "method": "testAllFeatures",
  274.         "file": "JSONLayoutTest.java",
  275.         "line": 105,
  276.         "exact": true,
  277.         "location": "test-classes/",
  278.         "version": "?"
  279.       }, {
  280.         "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  281.         "method": "testLocationOnCompactOnMdcOn",
  282.         "file": "JSONLayoutTest.java",
  283.         "line": 269,
  284.         "exact": true,
  285.         "location": "test-classes/",
  286.         "version": "?"
  287.       }, {
  288.         "class": "sun.reflect.NativeMethodAccessorImpl",
  289.         "method": "invoke",
  290.         "line": -1,
  291.         "exact": false,
  292.         "location": "?",
  293.         "version": "1.7.0_55"
  294.       }, {
  295.         "class": "sun.reflect.NativeMethodAccessorImpl",
  296.         "method": "invoke",
  297.         "line": -1,
  298.         "exact": false,
  299.         "location": "?",
  300.         "version": "1.7.0_55"
  301.       }, {
  302.         "class": "sun.reflect.DelegatingMethodAccessorImpl",
  303.         "method": "invoke",
  304.         "line": -1,
  305.         "exact": false,
  306.         "location": "?",
  307.         "version": "1.7.0_55"
  308.       }, {
  309.         "class": "java.lang.reflect.Method",
  310.         "method": "invoke",
  311.         "line": -1,
  312.         "exact": false,
  313.         "location": "?",
  314.         "version": "1.7.0_55"
  315.       }, {
  316.         "class": "org.junit.runners.model.FrameworkMethod$1",
  317.         "method": "runReflectiveCall",
  318.         "file": "FrameworkMethod.java",
  319.         "line": 47,
  320.         "exact": true,
  321.         "location": "junit-4.11.jar",
  322.         "version": "?"
  323.       }, {
  324.         "class": "org.junit.internal.runners.model.ReflectiveCallable",
  325.         "method": "run",
  326.         "file": "ReflectiveCallable.java",
  327.         "line": 12,
  328.         "exact": true,
  329.         "location": "junit-4.11.jar",
  330.         "version": "?"
  331.       }, {
  332.         "class": "org.junit.runners.model.FrameworkMethod",
  333.         "method": "invokeExplosively",
  334.         "file": "FrameworkMethod.java",
  335.         "line": 44,
  336.         "exact": true,
  337.         "location": "junit-4.11.jar",
  338.         "version": "?"
  339.       }, {
  340.         "class": "org.junit.internal.runners.statements.InvokeMethod",
  341.         "method": "evaluate",
  342.         "file": "InvokeMethod.java",
  343.         "line": 17,
  344.         "exact": true,
  345.         "location": "junit-4.11.jar",
  346.         "version": "?"
  347.       }, {
  348.         "class": "org.junit.runners.ParentRunner",
  349.         "method": "runLeaf",
  350.         "file": "ParentRunner.java",
  351.         "line": 271,
  352.         "exact": true,
  353.         "location": "junit-4.11.jar",
  354.         "version": "?"
  355.       }, {
  356.         "class": "org.junit.runners.BlockJUnit4ClassRunner",
  357.         "method": "runChild",
  358.         "file": "BlockJUnit4ClassRunner.java",
  359.         "line": 70,
  360.         "exact": true,
  361.         "location": "junit-4.11.jar",
  362.         "version": "?"
  363.       }, {
  364.         "class": "org.junit.runners.BlockJUnit4ClassRunner",
  365.         "method": "runChild",
  366.         "file": "BlockJUnit4ClassRunner.java",
  367.         "line": 50,
  368.         "exact": true,
  369.         "location": "junit-4.11.jar",
  370.         "version": "?"
  371.       }, {
  372.         "class": "org.junit.runners.ParentRunner$3",
  373.         "method": "run",
  374.         "file": "ParentRunner.java",
  375.         "line": 238,
  376.         "exact": true,
  377.         "location": "junit-4.11.jar",
  378.         "version": "?"
  379.       }, {
  380.         "class": "org.junit.runners.ParentRunner$1",
  381.         "method": "schedule",
  382.         "file": "ParentRunner.java",
  383.         "line": 63,
  384.         "exact": true,
  385.         "location": "junit-4.11.jar",
  386.         "version": "?"
  387.       }, {
  388.         "class": "org.junit.runners.ParentRunner",
  389.         "method": "runChildren",
  390.         "file": "ParentRunner.java",
  391.         "line": 236,
  392.         "exact": true,
  393.         "location": "junit-4.11.jar",
  394.         "version": "?"
  395.       }, {
  396.         "class": "org.junit.runners.ParentRunner",
  397.         "method": "access$000",
  398.         "file": "ParentRunner.java",
  399.         "line": 53,
  400.         "exact": true,
  401.         "location": "junit-4.11.jar",
  402.         "version": "?"
  403.       }, {
  404.         "class": "org.junit.runners.ParentRunner$2",
  405.         "method": "evaluate",
  406.         "file": "ParentRunner.java",
  407.         "line": 229,
  408.         "exact": true,
  409.         "location": "junit-4.11.jar",
  410.         "version": "?"
  411.       }, {
  412.         "class": "org.junit.internal.runners.statements.RunBefores",
  413.         "method": "evaluate",
  414.         "file": "RunBefores.java",
  415.         "line": 26,
  416.         "exact": true,
  417.         "location": "junit-4.11.jar",
  418.         "version": "?"
  419.       }, {
  420.         "class": "org.junit.internal.runners.statements.RunAfters",
  421.         "method": "evaluate",
  422.         "file": "RunAfters.java",
  423.         "line": 27,
  424.         "exact": true,
  425.         "location": "junit-4.11.jar",
  426.         "version": "?"
  427.       }, {
  428.         "class": "org.junit.runners.ParentRunner",
  429.         "method": "run",
  430.         "file": "ParentRunner.java",
  431.         "line": 309,
  432.         "exact": true,
  433.         "location": "junit-4.11.jar",
  434.         "version": "?"
  435.       }, {
  436.         "class": "org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference",
  437.         "method": "run",
  438.         "file": "JUnit4TestReference.java",
  439.         "line": 50,
  440.         "exact": true,
  441.         "location": ".cp/",
  442.         "version": "?"
  443.       }, {
  444.         "class": "org.eclipse.jdt.internal.junit.runner.TestExecution",
  445.         "method": "run",
  446.         "file": "TestExecution.java",
  447.         "line": 38,
  448.         "exact": true,
  449.         "location": ".cp/",
  450.         "version": "?"
  451.       }, {
  452.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  453.         "method": "runTests",
  454.         "file": "RemoteTestRunner.java",
  455.         "line": 467,
  456.         "exact": true,
  457.         "location": ".cp/",
  458.         "version": "?"
  459.       }, {
  460.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  461.         "method": "runTests",
  462.         "file": "RemoteTestRunner.java",
  463.         "line": 683,
  464.         "exact": true,
  465.         "location": ".cp/",
  466.         "version": "?"
  467.       }, {
  468.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  469.         "method": "run",
  470.         "file": "RemoteTestRunner.java",
  471.         "line": 390,
  472.         "exact": true,
  473.         "location": ".cp/",
  474.         "version": "?"
  475.       }, {
  476.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  477.         "method": "main",
  478.         "file": "RemoteTestRunner.java",
  479.         "line": 197,
  480.         "exact": true,
  481.         "location": ".cp/",
  482.         "version": "?"
  483.       }],
  484.       "localizedMessage": "I am suppressed exception 1",
  485.       "message": "I am suppressed exception 1",
  486.       "name": "java.lang.IndexOutOfBoundsException"
  487.     }, {
  488.       "commonElementCount": 0,
  489.       "extendedStackTrace": [{
  490.         "class": "org.apache.logging.log4j.core.layout.LogEventFixtures",
  491.         "method": "createLogEvent",
  492.         "file": "LogEventFixtures.java",
  493.         "line": 58,
  494.         "exact": true,
  495.         "location": "test-classes/",
  496.         "version": "?"
  497.       }, {
  498.         "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  499.         "method": "testAllFeatures",
  500.         "file": "JSONLayoutTest.java",
  501.         "line": 105,
  502.         "exact": true,
  503.         "location": "test-classes/",
  504.         "version": "?"
  505.       }, {
  506.         "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  507.         "method": "testLocationOnCompactOnMdcOn",
  508.         "file": "JSONLayoutTest.java",
  509.         "line": 269,
  510.         "exact": true,
  511.         "location": "test-classes/",
  512.         "version": "?"
  513.       }, {
  514.         "class": "sun.reflect.NativeMethodAccessorImpl",
  515.         "method": "invoke",
  516.         "line": -1,
  517.         "exact": false,
  518.         "location": "?",
  519.         "version": "1.7.0_55"
  520.       }, {
  521.         "class": "sun.reflect.NativeMethodAccessorImpl",
  522.         "method": "invoke",
  523.         "line": -1,
  524.         "exact": false,
  525.         "location": "?",
  526.         "version": "1.7.0_55"
  527.       }, {
  528.         "class": "sun.reflect.DelegatingMethodAccessorImpl",
  529.         "method": "invoke",
  530.         "line": -1,
  531.         "exact": false,
  532.         "location": "?",
  533.         "version": "1.7.0_55"
  534.       }, {
  535.         "class": "java.lang.reflect.Method",
  536.         "method": "invoke",
  537.         "line": -1,
  538.         "exact": false,
  539.         "location": "?",
  540.         "version": "1.7.0_55"
  541.       }, {
  542.         "class": "org.junit.runners.model.FrameworkMethod$1",
  543.         "method": "runReflectiveCall",
  544.         "file": "FrameworkMethod.java",
  545.         "line": 47,
  546.         "exact": true,
  547.         "location": "junit-4.11.jar",
  548.         "version": "?"
  549.       }, {
  550.         "class": "org.junit.internal.runners.model.ReflectiveCallable",
  551.         "method": "run",
  552.         "file": "ReflectiveCallable.java",
  553.         "line": 12,
  554.         "exact": true,
  555.         "location": "junit-4.11.jar",
  556.         "version": "?"
  557.       }, {
  558.         "class": "org.junit.runners.model.FrameworkMethod",
  559.         "method": "invokeExplosively",
  560.         "file": "FrameworkMethod.java",
  561.         "line": 44,
  562.         "exact": true,
  563.         "location": "junit-4.11.jar",
  564.         "version": "?"
  565.       }, {
  566.         "class": "org.junit.internal.runners.statements.InvokeMethod",
  567.         "method": "evaluate",
  568.         "file": "InvokeMethod.java",
  569.         "line": 17,
  570.         "exact": true,
  571.         "location": "junit-4.11.jar",
  572.         "version": "?"
  573.       }, {
  574.         "class": "org.junit.runners.ParentRunner",
  575.         "method": "runLeaf",
  576.         "file": "ParentRunner.java",
  577.         "line": 271,
  578.         "exact": true,
  579.         "location": "junit-4.11.jar",
  580.         "version": "?"
  581.       }, {
  582.         "class": "org.junit.runners.BlockJUnit4ClassRunner",
  583.         "method": "runChild",
  584.         "file": "BlockJUnit4ClassRunner.java",
  585.         "line": 70,
  586.         "exact": true,
  587.         "location": "junit-4.11.jar",
  588.         "version": "?"
  589.       }, {
  590.         "class": "org.junit.runners.BlockJUnit4ClassRunner",
  591.         "method": "runChild",
  592.         "file": "BlockJUnit4ClassRunner.java",
  593.         "line": 50,
  594.         "exact": true,
  595.         "location": "junit-4.11.jar",
  596.         "version": "?"
  597.       }, {
  598.         "class": "org.junit.runners.ParentRunner$3",
  599.         "method": "run",
  600.         "file": "ParentRunner.java",
  601.         "line": 238,
  602.         "exact": true,
  603.         "location": "junit-4.11.jar",
  604.         "version": "?"
  605.       }, {
  606.         "class": "org.junit.runners.ParentRunner$1",
  607.         "method": "schedule",
  608.         "file": "ParentRunner.java",
  609.         "line": 63,
  610.         "exact": true,
  611.         "location": "junit-4.11.jar",
  612.         "version": "?"
  613.       }, {
  614.         "class": "org.junit.runners.ParentRunner",
  615.         "method": "runChildren",
  616.         "file": "ParentRunner.java",
  617.         "line": 236,
  618.         "exact": true,
  619.         "location": "junit-4.11.jar",
  620.         "version": "?"
  621.       }, {
  622.         "class": "org.junit.runners.ParentRunner",
  623.         "method": "access$000",
  624.         "file": "ParentRunner.java",
  625.         "line": 53,
  626.         "exact": true,
  627.         "location": "junit-4.11.jar",
  628.         "version": "?"
  629.       }, {
  630.         "class": "org.junit.runners.ParentRunner$2",
  631.         "method": "evaluate",
  632.         "file": "ParentRunner.java",
  633.         "line": 229,
  634.         "exact": true,
  635.         "location": "junit-4.11.jar",
  636.         "version": "?"
  637.       }, {
  638.         "class": "org.junit.internal.runners.statements.RunBefores",
  639.         "method": "evaluate",
  640.         "file": "RunBefores.java",
  641.         "line": 26,
  642.         "exact": true,
  643.         "location": "junit-4.11.jar",
  644.         "version": "?"
  645.       }, {
  646.         "class": "org.junit.internal.runners.statements.RunAfters",
  647.         "method": "evaluate",
  648.         "file": "RunAfters.java",
  649.         "line": 27,
  650.         "exact": true,
  651.         "location": "junit-4.11.jar",
  652.         "version": "?"
  653.       }, {
  654.         "class": "org.junit.runners.ParentRunner",
  655.         "method": "run",
  656.         "file": "ParentRunner.java",
  657.         "line": 309,
  658.         "exact": true,
  659.         "location": "junit-4.11.jar",
  660.         "version": "?"
  661.       }, {
  662.         "class": "org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference",
  663.         "method": "run",
  664.         "file": "JUnit4TestReference.java",
  665.         "line": 50,
  666.         "exact": true,
  667.         "location": ".cp/",
  668.         "version": "?"
  669.       }, {
  670.         "class": "org.eclipse.jdt.internal.junit.runner.TestExecution",
  671.         "method": "run",
  672.         "file": "TestExecution.java",
  673.         "line": 38,
  674.         "exact": true,
  675.         "location": ".cp/",
  676.         "version": "?"
  677.       }, {
  678.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  679.         "method": "runTests",
  680.         "file": "RemoteTestRunner.java",
  681.         "line": 467,
  682.         "exact": true,
  683.         "location": ".cp/",
  684.         "version": "?"
  685.       }, {
  686.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  687.         "method": "runTests",
  688.         "file": "RemoteTestRunner.java",
  689.         "line": 683,
  690.         "exact": true,
  691.         "location": ".cp/",
  692.         "version": "?"
  693.       }, {
  694.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  695.         "method": "run",
  696.         "file": "RemoteTestRunner.java",
  697.         "line": 390,
  698.         "exact": true,
  699.         "location": ".cp/",
  700.         "version": "?"
  701.       }, {
  702.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  703.         "method": "main",
  704.         "file": "RemoteTestRunner.java",
  705.         "line": 197,
  706.         "exact": true,
  707.         "location": ".cp/",
  708.         "version": "?"
  709.       }],
  710.       "localizedMessage": "I am suppressed exception 2",
  711.       "message": "I am suppressed exception 2",
  712.       "name": "java.lang.IndexOutOfBoundsException"
  713.     }]
  714.   },
  715.   "contextStack": ["stack_msg1", "stack_msg2"],
  716.   "loggerFQCN": "f.q.c.n",
  717.   "endOfBatch": false,
  718.   "contextMap": [{
  719.     "key": "MDC.B",
  720.     "value": "B_Value"
  721.   }, {
  722.     "key": "MDC.A",
  723.     "value": "A_Value"
  724.   }],
  725.   "source": {
  726.     "class": "org.apache.logging.log4j.core.layout.LogEventFixtures",
  727.     "method": "createLogEvent",
  728.     "file": "LogEventFixtures.java",
  729.     "line": 54
  730.   }
  731. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement