jabroni
.
exec
.
log
StreamLogger
Related Docs:
object StreamLogger
|
package log
case class
StreamLogger
(
exitCodeHandler: (
Try
[
Int
]) ⇒
Stream
[
String
]
)
extends
ProcessLogger
with
AutoCloseable
with
Product
with
Serializable
Made available from BasicIO
exitCodeHandler
a function on what to return for the given exit code
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AutoCloseable
,
ProcessLogger
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
StreamLogger
Serializable
Serializable
Product
Equals
AutoCloseable
ProcessLogger
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
StreamLogger
(
exitCodeHandler: (
Try
[
Int
]) ⇒
Stream
[
String
]
)
exitCodeHandler
a function on what to return for the given exit code
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
buffer
[
T
]
(
f: ⇒
T
)
:
T
Definition Classes
StreamLogger
→ ProcessLogger
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
close
()
:
Unit
Definition Classes
StreamLogger
→ AutoCloseable
def
complete
(
code:
Try
[
Int
]
)
:
Future
[
Int
]
def
complete
(
err:
Throwable
)
:
Future
[
Int
]
def
complete
(
code: ⇒
Int
)
:
Future
[
Int
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
err
(
s: ⇒
String
)
:
Unit
Definition Classes
StreamLogger
→ ProcessLogger
def
exitCode
:
Future
[
Int
]
val
exitCodeHandler
: (
Try
[
Int
]) ⇒
Stream
[
String
]
a function on what to return for the given exit code
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
lazy val
iterator
:
Iterator
[
String
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
out
(
s: ⇒
String
)
:
Unit
Definition Classes
StreamLogger
→ ProcessLogger
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AutoCloseable
Inherited from
ProcessLogger
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Made available from BasicIO
a function on what to return for the given exit code