lua-simplelog  Check-in [f2896f73f2]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Finalized 0.1.0 lua rock.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.1
Files: files | file ages | folders
SHA3-256: f2896f73f2356562b524d772bba8696c41012e0ba514ab31bd9d4cbbfedb4533
User & Date: llmII 2019-07-12 01:34:20
Context
2019-07-12 02:05
Merge fixes from trunk. Leaf check-in: 90a6b9c556 user: llmII tags: 0.1
2019-07-12 01:42
Merging 0.1 branch into trunk - check-in: 084886ee3b user: llmII tags: trunk
2019-07-12 01:34
Finalized 0.1.0 lua rock. check-in: f2896f73f2 user: llmII tags: 0.1
2019-07-12 00:58
Create new branch named "0.1" check-in: 4fb1f0ddff user: llmII tags: 0.1
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Name change from rockspecs/lua-simplelog-0.1.0.rockspec to rockspecs/lua-simplelog-0.1.0-1.rockspec.

1
2
3
4
5
6
7
8
9
10
11
12
package = 'lua-simplelog'
version = '0.1.0'
source = {
  url = '',
  file = ''
}
description = {
  summary = 'A simple, capable, better logger for lua.',
  detailed = [[
    lua-simplelog is a logger for lua. It's aim is to provide a
    performant, simple logger, allowing for a log directory, opening
    multiple logs through its management facilities, and splitting

|

|
|







1
2
3
4
5
6
7
8
9
10
11
12
package = 'lua-simplelog'
version = '0.1.0-1'
source = {
  url = 'https://code.amlegion.org/lua-simplelog/zip/release-0.1.0/lua-simplelog-0.1.0.zip',
  file = 'lua-simplelog-0.1.0.zip'
}
description = {
  summary = 'A simple, capable, better logger for lua.',
  detailed = [[
    lua-simplelog is a logger for lua. It's aim is to provide a
    performant, simple logger, allowing for a log directory, opening
    multiple logs through its management facilities, and splitting