Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Usage:

import akka.logger._

Logger.enable()

// need a LogActorRef in order to enable logging for that actor
myActor = LogActorFactory.actorOf[MyActor].start()
myActor ! Message

// print the DOT graph representation of the captured interaction to standard out 
Logger.printGraph()


Installation:
Just copy the code to your project

Compatability:
Akka < 2.0

About

Graph logging for akka actors

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages