package
3.67.0
Repository: https://github.com/unidoc/unipdf.git
Documentation: pkg.go.dev

# Packages

Package license helps manage commercial licenses and check if they are valid for the version of unipdf used.

# Functions

NewConsoleLogger creates new console logger.
NewWriterLogger creates new 'writer' logger.
SetLogger sets 'logger' to be used by the unidoc unipdf library.
UtcTimeFormat returns a formatted string describing a UTC timestamp.

# 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

# Variables

No description provided by the author
No description provided by the author

# Structs

ConsoleLogger is a logger that writes logs to the 'os.Stdout'.
DummyLogger does nothing.
WriterLogger is the logger that writes data to the Output writer.

# Interfaces

Logger is the interface used for logging in the unipdf package.

# Type aliases

LogLevel is the verbosity level for logging.