LogFormatter¶
Interface required to implement custom log formatting.
msg
is the logged messageloc
is the location log was called from
See DefaultLogFormatter
for an example of how to implement a LogFormatter.
Public Functions¶
apply¶
Parameters¶
Returns¶
- String val