new SimpleFormatter()
SimpleFormatter is generally suitable for most cases. It output with default template [<%= level %>][<%= pid %>][<%= datetime %>] <%= category %><%= text %>
.
level
is the level of log methodpid
is process id of current processdatetimte
is ISO datetime stringcategory
is the categroy of log methodtext
is the output of formatter of log method
- Source: