Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogWriter ¶
type LogWriter struct { Client loggingingestion.LoggingClient LogId *string Source *string Subject *string Type *string // contains filtered or unexported fields }
LogWriter implements the io.Writer interface for the purposes of sending data to the OCI Logging service.
func New ¶
func New(provider common.ConfigurationProvider, logType, logSrc, logSubject string, bufferSize int) (*LogWriter, error)
New returns a pointer to the LogWriter or an error
Click to show internal directories.
Click to hide internal directories.