Skip to content

Instantly share code, notes, and snippets.

@ztirom
Created December 25, 2018 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ztirom/768412462568efa9ab8371ead1be4ee5 to your computer and use it in GitHub Desktop.
Save ztirom/768412462568efa9ab8371ead1be4ee5 to your computer and use it in GitHub Desktop.
AX Infolog
class ShowInfoLogWithDetails
{
public static void main(Args _args)
{
setPrefix("Holidays");
setPrefix("Christmas");
warning("Wish all Merry Christmas!");
info("Merry Christmas!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment