Skip to main content

LogBuildInformation

Logs the build information for the current application, including the app name, version, build SHA, build timestamp, and Git branch if available.

def LogBuildInformation(
appName: string
)

Logs the build information for the current application, including the app name, version, build SHA, build timestamp, and Git branch if available. This method is used to output crucial application build details to the logs for debugging and tracking purposes.

Parameters

NameTypeDescription
appNamestringThe name of the application for which to log build information.