#!/bin/bash

source ../share/apkg-bashlib

export DEBUGLEVEL=3

function f1() { 
   #
   trace function trace, line numbers are relative to start of function
}

trace this is a test trace message
trace this is another
f1
warn watch for that, it can be confusing
err end of logging tests