Color.def that symbolize the
default color.${} and it can accept a default value used when the variable cannot be resolved
with the :- separator:
{} + "foo" => "foo"
{} + "${foo}" => ""
{} + "\\${foo}" => "${foo}"
{foo:bar} + "${foo}" => "bar"
{} + "${foo:-bar}" => "bar"
LogRecord objects based on the SimpleFormatter
formatter.Screenable and add information about the screen.Consumer<Object> that renders the object stream to a ScreenContext.Style.reset style.Copyright © 2018. All rights reserved.