Skip to content

Instantly share code, notes, and snippets.

@vchircu
Last active July 10, 2016 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vchircu/c011c827c1a728f8fb3ad8efa6928f9e to your computer and use it in GitHub Desktop.
Save vchircu/c011c827c1a728f8fb3ad8efa6928f9e to your computer and use it in GitHub Desktop.
public class LoggerStepInitialization : INeedInitialization
{
public void Customize(BusConfiguration cfg)
{
cfg.Pipeline.Register<LoggerStepRegistration>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment