toContent method
Implementation
SemiLogContent toContent(String message) {
return SemiLogContent(message, color: color, bg: bg, fontStyle: fontStyle);
}
SemiLogContent toContent(String message) {
return SemiLogContent(message, color: color, bg: bg, fontStyle: fontStyle);
}