Camunda7WorkerLogger

camundala.camunda7.worker.Camunda7WorkerLogger
case class Camunda7WorkerLogger(delegateLogger: Logger) extends WorkerLogger

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WorkerLogger
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def debug(message: String): Unit
def error(err: CamundalaWorkerError): Unit
def info(message: String): Unit
def warn(message: String): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product