# Functions

NewLoggerConfig applies all the options to a returned LoggerConfig.
NewLogRecord constructs a LogRecord using values from the provided LogRecordConfig.
NewNoopLoggerProvider returns an implementation of LoggerProvider that performs no operations.
WithInstrumentationAttributes sets the instrumentation attributes.
WithInstrumentationVersion sets the instrumentation version.
WithSchemaURL sets the schema URL for the Logger.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UNSPECIFIED is the default SeverityNumber, it MUST NOT be used.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

LoggerConfig is a group of options for a Logger.
LogRecord is an implementation of the OpenTelemetry Log API representing the individual component of a log.
LogRecordConfig contains mutable fields usable for constructing an immutable LogRecord.

# Interfaces

Logger is the creator of Logs.
LoggerOption applies an option to a LoggerConfig.
LoggerProvider provides Loggers that are used by instrumentation code to log computational workflows.

# Type aliases

SeverityNumber Possible values for LogRecord.SeverityNumber.