Differences between revisions 1 and 41 (spanning 40 versions)
Revision 1 as of 2008-07-26 21:41:06
Size: 1264
Editor: KaiJaeger
Comment:
Revision 41 as of 2018-03-03 11:41:35
Size: 129
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Managing Log Files = = Logger: Managing Log Files =
Line 3: Line 3:
[[TableOfContents]]

== Overview ==

'''Currently under construction'''

This class offers methods useful to write and manage ordinary ANSI log files.

== Constructors, Methods and Properties ==

{{{
Constructors:
  make1(active_)
  make2(active_ path_)
  make3(active_ path_ type_)
  make4(active_ path_ type_ debug_)
  make5(active_ path_ type_ debug_ refToWinFile_)
  make6(active_ path_ type_ debug_ refToWinFile_ refToUtils_)
  make7(active_ path_ type_ debug_ refToWinFile_ refToUtils_ timestamp_)
Instance Properties:
  active
  autoReOpen
  debug
  errorCounter (ReadOnly)
  errorPrefix
  extension
  filename (ReadOnly)
  filenameDescriptor (ReadOnly)
  filenamePostfix
  filenamePrefix
  filenameType
  path (ReadOnly)
  printToSession
  refToUtils
  refToWinFile
  timestamp
Instance Methods:
  Log
  LogError
Shared Methods:
  Version
}}}


== History ==

For a full version history: [:WinReg/History: History]

== Version Information ==

||Original author:||KaiJaeger||
||Responsible:||KaiJaeger||
||Email:||kai@aplteam.com||
||Current state:||1.0||

== Download ==
Goto the [:LoggerDownloadPage:LoggerDownloadPage]

----
CategoryOpenSourceApl CategoryAplAplDyalog
The project has been relocated to [[https://github.com/aplteam/Markdown2Help]] on 2018-03-03.

Logger: Managing Log Files

The project has been relocated to https://github.com/aplteam/Markdown2Help on 2018-03-03.

Logger (last edited 2018-03-03 11:41:35 by KaiJaeger)