traceon 0.1.8

Trace on json, easy to use tracing formatter
Documentation
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<style type="text/css">
.ansi2html-content { display: inline; white-space: pre-wrap; word-wrap: break-word; }
.body_foreground { color: #AAAAAA; }
.body_background { background-color: #000000; }
.inv_foreground { color: #000000; }
.inv_background { background-color: #AAAAAA; }
.ansi32 { color: #00aa00; }
</style>
</head>
<body class="body_foreground body_background" style="font-size: normal;" >
<pre class="ansi2html-content">
<span class="ansi32">2022-12-31T04:24:00.637Z INFO event triggered</span>
    CamelCase:          test
    PascalCase:         test
    ScreamingSnakeCase: test
    SnakeCase:          test

<span class="ansi32">2022-12-31T04:24:00.637Z INFO event triggered</span>
    camelCase:          test
    pascalCase:         test
    screamingSnakeCase: test
    snakeCase:          test

<span class="ansi32">2022-12-31T04:24:00.637Z INFO event triggered</span>
    camel_case:           test
    pascal_case:          test
    screaming_snake_case: test
    snake_case:           test


</pre>
</body>

</html>