NodeAdapter is a class that implements the EnvironmentAdapter interface. It provides a format method to apply color formatting to text based on log level.
Format the given text with color based on log level.
The text to format.
The level of the log, which determines the color.
The formatted text with applied color.
NodeAdapter is a class that implements the EnvironmentAdapter interface. It provides a format method to apply color formatting to text based on log level.