flogger
flogger
API
flogger
api
Level
Level
Debug
Error
Info
Trace
Warn
Slf4jOutput
Slf4jOutput
syntax
Log
Log
Impl
Impl
LogOutput
LogOutput
flogger
/
flogger
/
flogger.syntax
flogger.syntax
package
flogger.syntax
Members list
Clear all
Value members
Concrete methods
def
debug
[
F
[
_
]](
msg
:
=>
String
,
error
:
Throwable
)(
implicit
log
:
Log
[
F
],
output
:
LogOutput
[
F
]):
F
[
Unit
]
def
debug
[
F
[
_
]](
msg
:
=>
String
)(
implicit
log
:
Log
[
F
],
output
:
LogOutput
[
F
]):
F
[
Unit
]
def
error
[
F
[
_
]](
msg
:
=>
String
,
error
:
Throwable
)(
implicit
log
:
Log
[
F
],
output
:
LogOutput
[
F
]):
F
[
Unit
]
def
error
[
F
[
_
]](
msg
:
=>
String
)(
implicit
log
:
Log
[
F
],
output
:
LogOutput
[
F
]):
F
[
Unit
]
def
info
[
F
[
_
]](
msg
:
=>
String
,
error
:
Throwable
)(
implicit
log
:
Log
[
F
],
output
:
LogOutput
[
F
]):
F
[
Unit
]
def
info
[
F
[
_
]](
msg
:
=>
String
)(
implicit
log
:
Log
[
F
],
output
:
LogOutput
[
F
]):
F
[
Unit
]
def
logEnabledFor
[
F
[
_
]](
level
:
Level
)(
implicit
output
:
LogOutput
[
F
]):
F
[
Boolean
]
def
trace
[
F
[
_
]](
msg
:
=>
String
,
error
:
Throwable
)(
implicit
log
:
Log
[
F
],
output
:
LogOutput
[
F
]):
F
[
Unit
]
def
trace
[
F
[
_
]](
msg
:
=>
String
)(
implicit
log
:
Log
[
F
],
output
:
LogOutput
[
F
]):
F
[
Unit
]
def
warn
[
F
[
_
]](
msg
:
=>
String
,
error
:
Throwable
)(
implicit
log
:
Log
[
F
],
output
:
LogOutput
[
F
]):
F
[
Unit
]
def
warn
[
F
[
_
]](
msg
:
=>
String
)(
implicit
log
:
Log
[
F
],
output
:
LogOutput
[
F
]):
F
[
Unit
]
In this article
Members list
Value members
Concrete methods