apply method
return your string with code style
Implementation
String apply(String text, SemiLogLevel level) {
return getStyle(level).apply(text);
}
return your string with code style
String apply(String text, SemiLogLevel level) {
return getStyle(level).apply(text);
}