Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
f4b57f51a2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
22 lines (20 sloc) 636 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/global.R
\name{log_message}
\alias{log_message}
\title{logger message convenience function}
\usage{
log_message(message, level = c("DEBUG", "INFO", "WARN", "ERROR",
"FATAL"), token = NULL)
}
\arguments{
\item{message}{String of message to be written in log. See \code{\link[log4r]{levellog}}.}
\item{level}{Set priority level of the message (number or character). See \code{\link[log4r]{levellog}}.}
\item{token}{Use token bound to this identifier.}
}
\description{
logger message convenience function
}
\details{
Does nothing if logger doesn't exist.
}