iText 5

SysoLogger

SysoLogger Public class

Diagram

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

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

Inheritance

Constructors

SysoLogger [1/3]

Source code

public SysoLogger()

SysoLogger [2/3]

Source code

public SysoLogger(int packageReduce)

Arguments

Type

Name

Description

int

packageReduce

SysoLogger [3/3]

Source code

protected SysoLogger(string klass, int shorten)

Arguments

Type

Name

Description

string

klass

int

shorten

Methods

GetLogger [1/2]

Source code

public virtual ILogger GetLogger(Type klass)

Arguments

Type

Name

Description

Type

klass

GetLogger [2/2]

Source code

public virtual ILogger GetLogger(string name)

Arguments

Type

Name

Description

string

name

IsLogging

Source code

public virtual bool IsLogging(Level level)

Arguments

Type

Name

Description

Level

level

Warn

Source code

public virtual void Warn(string message)

Arguments

Type

Name

Description

string

message

Trace

Source code

public virtual void Trace(string message)

Arguments

Type

Name

Description

string

message

Debug

Source code

public virtual void Debug(string message)

Arguments

Type

Name

Description

string

message

Info

Source code

public virtual void Info(string message)

Arguments

Type

Name

Description

string

message

Error [1/2]

Source code

public virtual void Error(string message)

Arguments

Type

Name

Description

string

message

Error [2/2]

Source code

public virtual void Error(string message, Exception e)

Arguments

Type

Name

Description

string

message

Exception

e

Generated with ModularDoc