mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-06-06 20:18:32 +00:00
14 lines
315 B
HTML
14 lines
315 B
HTML
<html>
|
|
<head>
|
|
<title>Lumberjack Logging Framework</title>
|
|
<style type="text/css">@import url('styles.css');</style>
|
|
</head>
|
|
<body>
|
|
<h1>Lumberjack Logging Framework</h1>
|
|
<ul>
|
|
<li><a href="logs.html">View log files on device</a></li>
|
|
<li><a href="socket.html">View logging in real time</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|