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

ILogCore

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

Methods

LogCustomFormat

Declaration
METHOD LogCustomFormat (
 data : Tc2_System.T_MaxString) : BOOL
Inputs
Name Type Description
data Tc2_System.T_MaxString

LogStandardFormat

Declaration
METHOD LogStandardFormat (
 data : Tc2_System.T_MaxString,
 instancePath : Tc2_System.T_MaxString,
 logLevel : LogLevels) : BOOL
Inputs
Name Type Description
data Tc2_System.T_MaxString
instancePath Tc2_System.T_MaxString
logLevel TcLogLib.LogLevels
In this article
Back to top Documentation powered by zkdoc