LogFunction Type Alias
LogFunction = (category: string, message: string, metaData: LoggingMetaData) => void
Defines the signature for a log function.
Defined in
- core/bentley/src/Logger.ts Line 18
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.