csw.logging.client.internal

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

This class is responsible for programmatic interaction with the configuration of the logging system. It initializes appenders, starts the log actor and manages clean up of logging system. Until and unless this class is instantiated all(pekko, slf4j and tmt) the logs are enqueued in local queue. Once it is instantiated, the queue is emptied and all the logs are forwarded to configured appenders.

This class is responsible for programmatic interaction with the configuration of the logging system. It initializes appenders, starts the log actor and manages clean up of logging system. Until and unless this class is instantiated all(pekko, slf4j and tmt) the logs are enqueued in local queue. Once it is instantiated, the queue is emptied and all the logs are forwarded to configured appenders.

Value parameters

host

host name (to log).

name

name of the service (to log).

system

an ActorSystem used to create log actors

version

version of the service (to log).

Attributes

Supertypes
class Object
trait Matchable
class Any