• User guide
  • API Reference
Show / Hide Table of Contents
  • TcLogLib
    • Constants
    • Logger
      • Error
      • ErrorCodes
      • LoggingConfiguration
      • LogLevels
      • RollingIntervals
      • ILog
      • ILogCore
      • TcLog
      • TcLogCore
      • TcLogTrig
    • Utils
      • AnyToString
      • DateTime

ILogCore

Namespace
TcLogLib
INTERFACE ILogCore EXTENDS __System.IQueryInterface
Extends
__System.IQueryInterface

Methods

LogCustomFormat

METHOD LogCustomFormat (
 data : Tc2_System.T_MaxString) : BOOL

Inputs

data Tc2_System.T_MaxString

Returns

BOOL

LogStandardFormat

METHOD LogStandardFormat (
 data : Tc2_System.T_MaxString,
 instancePath : Tc2_System.T_MaxString,
 logLevel : LogLevels) : BOOL

Inputs

data Tc2_System.T_MaxString

instancePath Tc2_System.T_MaxString

logLevel LogLevels

Returns

BOOL
  • Edit this page
In this article
Back to top Documentation powered by zkdoc