export enum LogPrefix
{
    debug = "APP DEBUG:",
    info = "APP INFO:",
    warning = "APP WARNING:",
    error = "APP ERROR:"
}