Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTranscoderLogFilePath ¶
func GetTranscoderLogFilePath() string
GetTranscoderLogFilePath returns the logging path for the transcoder log output.
Types ¶
type OCLogger ¶
type OCLogger struct { Entries []logrus.Entry Warnings []logrus.Entry // contains filtered or unexported fields }
OCLogger represents the owncast internal logging.
var Logger *OCLogger
Logger is the shared instance of the internal logger.
func (*OCLogger) AllEntries ¶
AllEntries returns all entries that were logged.
func (*OCLogger) WarningEntries ¶
WarningEntries returns all warning or greater that were logged.
Click to show internal directories.
Click to hide internal directories.