DefaultLogFormatter
primitive val DefaultLogFormatter is LogFormatter val
Implements
- LogFormatter val
Constructors
create
new val create() : DefaultLogFormatter val^
Returns
- DefaultLogFormatter val^
Public Functions
apply
fun box apply( msg: String val, loc: SourceLoc val) : String val
Parameters
Returns
- String val
eq
fun box eq( that: DefaultLogFormatter val) : Bool val
Parameters
- that: DefaultLogFormatter val
Returns
- Bool val
ne
fun box ne( that: DefaultLogFormatter val) : Bool val
Parameters
- that: DefaultLogFormatter val
Returns
- Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/logger-DefaultLogFormatter