Search Results for

    / fm / liveswitch / ILog

    Interface: ILog

    fm.liveswitch.ILog

    ILog interface for loggers.

    Table of contents

    Methods

    • debug
    • error
    • fatal
    • flush
    • getIsDebugEnabled
    • getIsErrorEnabled
    • getIsFatalEnabled
    • getIsInfoEnabled
    • getIsVerboseEnabled
    • getIsWarnEnabled
    • getTag
    • info
    • isLogEnabled
    • log
    • verbose
    • warn

    Methods

    debug

    ▸ debug(context: LogContext, message: string): void

    Parameters:

    Name Type
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:9

    ▸ debug(context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:10

    ▸ debug(message: string): void

    Parameters:

    Name Type
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:11

    ▸ debug(message: string, ex: Exception): void

    Parameters:

    Name Type
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:12

    ▸ debug(scope: string, context: LogContext, message: string): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:13

    ▸ debug(scope: string, context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:14

    ▸ debug(scope: string, message: string): void

    Parameters:

    Name Type
    scope string
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:15

    ▸ debug(scope: string, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:16


    error

    ▸ error(context: LogContext, message: string): void

    Parameters:

    Name Type
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:17

    ▸ error(context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:18

    ▸ error(message: string): void

    Parameters:

    Name Type
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:19

    ▸ error(message: string, ex: Exception): void

    Parameters:

    Name Type
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:20

    ▸ error(scope: string, context: LogContext, message: string): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:21

    ▸ error(scope: string, context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:22

    ▸ error(scope: string, message: string): void

    Parameters:

    Name Type
    scope string
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:23

    ▸ error(scope: string, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:24


    fatal

    ▸ fatal(context: LogContext, message: string): void

    Parameters:

    Name Type
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:25

    ▸ fatal(context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:26

    ▸ fatal(message: string): void

    Parameters:

    Name Type
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:27

    ▸ fatal(message: string, ex: Exception): void

    Parameters:

    Name Type
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:28

    ▸ fatal(scope: string, context: LogContext, message: string): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:29

    ▸ fatal(scope: string, context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:30

    ▸ fatal(scope: string, message: string): void

    Parameters:

    Name Type
    scope string
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:31

    ▸ fatal(scope: string, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:32


    flush

    ▸ flush(): void

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:33


    getIsDebugEnabled

    ▸ getIsDebugEnabled(): boolean

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:34


    getIsErrorEnabled

    ▸ getIsErrorEnabled(): boolean

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:35


    getIsFatalEnabled

    ▸ getIsFatalEnabled(): boolean

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:36


    getIsInfoEnabled

    ▸ getIsInfoEnabled(): boolean

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:37


    getIsVerboseEnabled

    ▸ getIsVerboseEnabled(): boolean

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:38


    getIsWarnEnabled

    ▸ getIsWarnEnabled(): boolean

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:39


    getTag

    ▸ getTag(): string

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:40


    info

    ▸ info(context: LogContext, message: string): void

    Parameters:

    Name Type
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:41

    ▸ info(context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:42

    ▸ info(message: string): void

    Parameters:

    Name Type
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:43

    ▸ info(message: string, ex: Exception): void

    Parameters:

    Name Type
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:44

    ▸ info(scope: string, context: LogContext, message: string): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:45

    ▸ info(scope: string, context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:46

    ▸ info(scope: string, message: string): void

    Parameters:

    Name Type
    scope string
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:47

    ▸ info(scope: string, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:48


    isLogEnabled

    ▸ isLogEnabled(level: LogLevel): boolean

    Parameters:

    Name Type
    level LogLevel

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:49


    log

    ▸ log(context: LogContext, message: string): void

    Parameters:

    Name Type
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:50

    ▸ log(logEvent: LogEvent): void

    Parameters:

    Name Type
    logEvent LogEvent

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:51

    ▸ log(message: string): void

    Parameters:

    Name Type
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:52

    ▸ log(scope: string, context: LogContext, message: string): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:53

    ▸ log(scope: string, message: string): void

    Parameters:

    Name Type
    scope string
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:54


    verbose

    ▸ verbose(context: LogContext, message: string): void

    Parameters:

    Name Type
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:55

    ▸ verbose(context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:56

    ▸ verbose(message: string): void

    Parameters:

    Name Type
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:57

    ▸ verbose(message: string, ex: Exception): void

    Parameters:

    Name Type
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:58

    ▸ verbose(scope: string, context: LogContext, message: string): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:59

    ▸ verbose(scope: string, context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:60

    ▸ verbose(scope: string, message: string): void

    Parameters:

    Name Type
    scope string
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:61

    ▸ verbose(scope: string, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:62


    warn

    ▸ warn(context: LogContext, message: string): void

    Parameters:

    Name Type
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:63

    ▸ warn(context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:64

    ▸ warn(message: string): void

    Parameters:

    Name Type
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:65

    ▸ warn(message: string, ex: Exception): void

    Parameters:

    Name Type
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:66

    ▸ warn(scope: string, context: LogContext, message: string): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:67

    ▸ warn(scope: string, context: LogContext, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    context LogContext
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:68

    ▸ warn(scope: string, message: string): void

    Parameters:

    Name Type
    scope string
    message string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:69

    ▸ warn(scope: string, message: string, ex: Exception): void

    Parameters:

    Name Type
    scope string
    message string
    ex Exception

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/ILog.ts:70

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.19.3