[uf-discuss] Logging information

Scott Reynen scott at randomchaos.com
Wed Mar 14 15:32:27 PST 2007


On Mar 14, 2007, at 5:25 PM, LuigiG wrote:

> Hi,
>
> is there a microformat specification for
> application/server logs?
> Typical structure:
>
> [DTM stamp] [Severity] [Message]
>
> Example:
>
> 2007-03-03.13:43:21 INFO Server was started
>
> But then with each element tagged with an appropriate
> class.
>
> Any input would be appreciated,

Hi Luigi,

There is currently no microformat for that specifically, but it looks  
like what you're logging is an event, so you can probably publish it  
with hCalendar:

http://microformats.org/wiki/hcalendar

For example:

<ul class="vcalendar">
	<li class="vevent">
		<span class="dtstart dtend">2007-03-03.13:43:21</span> <span  
class="summary">INFO</span> <span class="description">Server was  
started</span>
	</li>
</ul>

If you still want to talk about a new microformat, that probably  
belongs on the -new list:

http://microformats.org/mailman/listinfo/microformats-new

But I'd encourage you to try using hCalendar.

Peace,
Scott


More information about the microformats-discuss mailing list