iText 5

ILogger

ILogger Public interface

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.log iTextSharp.text.log.ILogger[[ILogger]] class iTextSharp.text.log.ILogger interfaceStyle; end

Members

Methods

Public methods

Returns

Name

void

Debug

(string message)

void

Error

(...)

ILogger

GetLogger

(...)

void

Info

(string message)

bool

IsLogging

(

Level

level)

void

Trace

(string message)

void

Warn

(string message)

Details

Methods

GetLogger [1/2]

public ILogger GetLogger(Type klass)

Arguments

Type

Name

Description

Type

klass

GetLogger [2/2]

public ILogger GetLogger(string name)

Arguments

Type

Name

Description

string

name

IsLogging

public bool IsLogging(Level level)

Arguments

Type

Name

Description

Level

level

Warn

public void Warn(string message)

Arguments

Type

Name

Description

string

message

Trace

public void Trace(string message)

Arguments

Type

Name

Description

string

message

Debug

public void Debug(string message)

Arguments

Type

Name

Description

string

message

Info

public void Info(string message)

Arguments

Type

Name

Description

string

message

Error [1/2]

public void Error(string message)

Arguments

Type

Name

Description

string

message

Error [2/2]

public void Error(string message, Exception e)

Arguments

Type

Name

Description

string

message

Exception

e

Generated with ModularDoc