% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/sessionLogger.R
\name{SessionLoggerDB}
\alias{SessionLoggerDB}
\title{R shiny application session database logger}
\description{
R shiny application session database logger
R shiny application session database logger
}
\details{
Logs session start / stop events to database
}
\section{Super class}{
\code{AVSDevR.ShinyApplication::SessionLogger} -> \code{SessionLoggerDB}
}
\section{Methods}{
\subsection{Public methods}{
\itemize{
\item \href{#method-SessionLoggerDB-new}{\code{SessionLoggerDB$new()}}
\item \href{#method-SessionLoggerDB-clone}{\code{SessionLoggerDB$clone()}}
}
}
\if{html}{\out{
Inherited methods
}}
\if{html}{\out{
}}
\if{html}{\out{}}
\if{latex}{\out{\hypertarget{method-SessionLoggerDB-new}{}}}
\subsection{Method \code{new()}}{
Initialises the instance with a database client
\link[AVSDevR.DBClient]{DBClient}
\subsection{Usage}{
\if{html}{\out{}}\preformatted{SessionLoggerDB$new(db_client)}\if{html}{\out{
}}
}
\subsection{Arguments}{
\if{html}{\out{}}
\describe{
\item{\code{db_client}}{<\link[AVSDevR.DBClient]{DBClient}> A DBClient instance}
}
\if{html}{\out{
}}
}
}
\if{html}{\out{
}}
\if{html}{\out{}}
\if{latex}{\out{\hypertarget{method-SessionLoggerDB-clone}{}}}
\subsection{Method \code{clone()}}{
The objects of this class are cloneable with this method.
\subsection{Usage}{
\if{html}{\out{}}\preformatted{SessionLoggerDB$clone(deep = FALSE)}\if{html}{\out{
}}
}
\subsection{Arguments}{
\if{html}{\out{}}
\describe{
\item{\code{deep}}{Whether to make a deep clone.}
}
\if{html}{\out{
}}
}
}
}