CP

etlflow.db.CP$
object CP extends ApplicationLogger

Attributes

Graph
Supertypes
trait ApplicationLogger
class Object
trait Matchable
class Any
Self type
CP.type

Members list

Value members

Concrete methods

def create(db: JDBC, poolName: String, poolSize: Int): ZIO[Scope, Throwable, String]
def layer(db: JDBC, poolName: String, poolSize: Int): TaskLayer[String]

Inherited fields

lazy protected val logger: Logger

The logger instance used for logging within the application.

The logger instance used for logging within the application.

Attributes

Inherited from:
ApplicationLogger
protected val zioSlf4jLogger: ULayer[Unit]

The ZIO logging layer for SLF4J backend.

The ZIO logging layer for SLF4J backend.

Attributes

Inherited from:
ApplicationLogger