harness-zio
harness-zio
harness.zio
AppliedCache
Cache
Cache
Executable
Executable
Builder1
Builder2
ExecutableApp
FileSystem
FileSystem
Unimplemented
FileSystemCompanionPlatformSpecific
FileSystemCompanionPlatformSpecificImpl
HarnessEnv
Logger
Logger
Event
AtLogLevel
Compound
Output
Event
ExecutedEvent
ExecutedEvent
Encoded
Encoded
LogLevel
LogLevel
Always
Debug
Detailed
Error
Fatal
Important
Info
Never
Trace
Warning
Source
Source
Target
Target
log
LogAtLevel
always
debug
detailed
error
fatal
important
info
never
trace
warning
logHError
LogAtLevel
always
debug
detailed
error
fatal
important
info
never
trace
warning
Path
Path
Name
Telemetry
Telemetry
Trace
ZIOJsonInstances
harness-zio
/
harness.zio
/
Logger
/
log
/
LogAtLevel
LogAtLevel
sealed
class
LogAtLevel
(
logLevel:
LogLevel
)
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
object
always
.type
object
debug
.type
object
detailed
.type
object
error
.type
object
fatal
.type
object
important
.type
object
info
.type
object
never
.type
object
trace
.type
object
warning
.type
Value members
Value members
Concrete methods
def
apply
(
message:
=>
Any
,
context:
=>
(
String
,
Any
)*):
URIO
[
Logger
,
Unit
]