CmdLog: Outlined processing

This commit is contained in:
Paul Beckingham 2016-03-19 09:38:03 -04:00
parent 9bfeeaf8b4
commit 48f7ea2457

View file

@ -33,6 +33,10 @@
int CmdLog (Log& log)
{
log.write ("debug", "---- 8< ----");
// TODO If no arguments, write marker.
// TODO Else write entry.
return 0;
}