W3cubDocs

/Pony

StringLogger

[Source]

primitive val StringLogger

Constructors

create

[Source]

new val create()
: StringLogger val^

Returns

Public Functions

apply

[Source]

fun box apply(
  level: (Fine val | Info val | Warn val | 
    Error val),
  out: OutStream tag,
  formatter: LogFormatter val = reference)
: Logger[String val] val

Parameters

Returns

eq

[Source]

fun box eq(
  that: StringLogger val)
: Bool val

Parameters

Returns

ne

[Source]

fun box ne(
  that: StringLogger val)
: Bool val

Parameters

Returns

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/logger-StringLogger