We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LoggerF v2 to support Effectie v2
Version:
F[A].log()
logger-f-cats
LeveledMessage
ToLog[A]
A
ToLog
cats.Show
loggerf.core.syntax
loggerf.cats.syntax
ignoreA(A)
2.0.0-beta2
logPure()
effectie-syntax
logger-f-core
loggerf.cats.instances.logF
loggerf.instances.cats
loggerf.syntax
loggerf.cats.show
loggerf.instances.show
loggerf.future.instances.logFuture
loggerf.instances.future.logFuture
log_
F[Unit]
logS(String)(String => LogMessage with NotIgnorable): F[String]
logS_(String)(String => LogMessage with NotIgnorable): F[Unit]
loggerf.core.Log
loggerf.core.ToLog
loggerf
The text was updated successfully, but these errors were encountered:
kevin-lee
No branches or pull requests
Task
Summary
LoggerF v2 to support Effectie v2
Project Details
Version:
Description
F[A].log()
syntax and more tologger-f-cats
(Add F[A].log() syntax and more to logger-f-cats #272)LeveledMessage
(Redesign LeveledMessage #278)ToLog[A]
type-class to support logging typeA
(AddToLog[A]
type-class to support logging typeA
#280)ToLog
type-class instance usingcats.Show
#283)loggerf.core.syntax
andloggerf.cats.syntax
(Redesignloggerf.core.syntax
andloggerf.cats.syntax
#285)ignoreA(A)
syntax (AddignoreA(A)
syntax #307)2.0.0-beta2
(Upgrade effectie to 2.0.0-beta2 #311)logPure()
(RemovelogPure()
#314)effectie-syntax
from thelogger-f-core
project (Remove effectie-syntax from the logger-f-core project #318)loggerf.cats.instances.logF
tologgerf.instances.cats
(Moveloggerf.cats.instances.logF
tologgerf.instances.cats
#321)loggerf.cats.syntax
tologgerf.syntax
(Changeloggerf.cats.syntax
tologgerf.syntax
#322)loggerf.cats.show
=>loggerf.instances.show
(loggerf.cats.show
=>loggerf.instances.show
#326)loggerf.future.instances.logFuture
=>loggerf.instances.future.logFuture
(loggerf.future.instances.logFuture
=>loggerf.instances.future.logFuture
#329)log_
returningF[Unit]
(Addlog_
returningF[Unit]
#355)logS(String)(String => LogMessage with NotIgnorable): F[String]
(AddlogS(String)(String => LogMessage with NotIgnorable): F[String]
#358)logS_(String)(String => LogMessage with NotIgnorable): F[Unit]
(AddlogS_(String)(String => LogMessage with NotIgnorable): F[Unit]
#359)loggerf.core.Log
andloggerf.core.ToLog
tologgerf
(Moveloggerf.core.Log
andloggerf.core.ToLog
tologgerf
#323)The text was updated successfully, but these errors were encountered: